Class Tileset3DLayerSettings
java.lang.Object
org.tailormap.api.persistence.json.Tileset3DLayerSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.10.0")
public class Tileset3DLayerSettings
extends Object
implements Serializable
Settings applying to a 3D Tileset layer.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAuthorizationRulesItem
(AuthorizationRule authorizationRulesItem) attribution
(String attribution) authorizationRules
(List<@Valid AuthorizationRule> authorizationRules) description
(String description) boolean
featureType
(FeatureTypeRef featureType) Attribution to show for this layer.@Valid List<@Valid AuthorizationRule>
Get authorizationRulesDescription to show for this layer.@Valid FeatureTypeRef
Get featureTypeGet hiDpiDisabledID of uploaded legend imagegetTitle()
Override default title, null if not overridden.int
hashCode()
hiDpiDisabled
(Boolean hiDpiDisabled) legendImageId
(String legendImageId) void
setAttribution
(String attribution) void
setAuthorizationRules
(List<@Valid AuthorizationRule> authorizationRules) void
setDescription
(String description) void
setFeatureType
(FeatureTypeRef featureType) void
setHiDpiDisabled
(Boolean hiDpiDisabled) void
setLegendImageId
(String legendImageId) void
toString()
-
Constructor Details
-
Tileset3DLayerSettings
public Tileset3DLayerSettings()
-
-
Method Details
-
title
-
getTitle
Override default title, null if not overridden.- Returns:
- title
-
setTitle
-
hiDpiDisabled
-
getHiDpiDisabled
Get hiDpiDisabled- Returns:
- hiDpiDisabled
-
setHiDpiDisabled
-
featureType
-
getFeatureType
Get featureType- Returns:
- featureType
-
setFeatureType
-
attribution
-
getAttribution
Attribution to show for this layer.- Returns:
- attribution
-
setAttribution
-
description
-
getDescription
Description to show for this layer.- Returns:
- description
-
setDescription
-
legendImageId
-
getLegendImageId
ID of uploaded legend image- Returns:
- legendImageId
-
setLegendImageId
-
authorizationRules
-
addAuthorizationRulesItem
-
getAuthorizationRules
Get authorizationRules- Returns:
- authorizationRules
-
setAuthorizationRules
-
equals
-
hashCode
public int hashCode() -
toString
-