Uses of Enum Class
org.tailormap.api.persistence.json.TileLayerHiDpiMode
Packages that use TileLayerHiDpiMode
-
Uses of TileLayerHiDpiMode in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return TileLayerHiDpiModeModifier and TypeMethodDescriptionstatic TileLayerHiDpiMode@Valid TileLayerHiDpiModeGeoServiceDefaultLayerSettings.getHiDpiMode()Get hiDpiMode@Valid TileLayerHiDpiModeGeoServiceLayerSettings.getHiDpiMode()Get hiDpiMode@Valid TileLayerHiDpiModeWMTSLayerSettings.getHiDpiMode()Get hiDpiMode@Valid TileLayerHiDpiModeXYZLayerSettings.getHiDpiMode()Get hiDpiModestatic TileLayerHiDpiModeReturns the enum constant of this class with the specified name.static TileLayerHiDpiMode[]TileLayerHiDpiMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tailormap.api.persistence.json with parameters of type TileLayerHiDpiModeModifier and TypeMethodDescriptionGeoServiceDefaultLayerSettings.hiDpiMode(TileLayerHiDpiMode hiDpiMode) GeoServiceLayerSettings.hiDpiMode(TileLayerHiDpiMode hiDpiMode) WMTSLayerSettings.hiDpiMode(TileLayerHiDpiMode hiDpiMode) XYZLayerSettings.hiDpiMode(TileLayerHiDpiMode hiDpiMode) voidGeoServiceDefaultLayerSettings.setHiDpiMode(TileLayerHiDpiMode hiDpiMode) voidGeoServiceLayerSettings.setHiDpiMode(TileLayerHiDpiMode hiDpiMode) voidWMTSLayerSettings.setHiDpiMode(TileLayerHiDpiMode hiDpiMode) voidXYZLayerSettings.setHiDpiMode(TileLayerHiDpiMode hiDpiMode) Constructors in org.tailormap.api.persistence.json with parameters of type TileLayerHiDpiModeModifierConstructorDescriptionGeoServiceDefaultLayerSettings(String title, Boolean hiDpiDisabled, FeatureTypeRef featureType, String attribution, String description, String legendImageId, List<@Valid AuthorizationRule> authorizationRules, Boolean tilingDisabled, Integer tilingGutter, TileLayerHiDpiMode hiDpiMode, String hiDpiSubstituteLayer) Constructor with all args parametersGeoServiceLayerSettings(String title, Boolean hiDpiDisabled, FeatureTypeRef featureType, String attribution, String description, String legendImageId, List<@Valid AuthorizationRule> authorizationRules, Boolean tilingDisabled, Integer tilingGutter, TileLayerHiDpiMode hiDpiMode, String hiDpiSubstituteLayer, Integer minZoom, Integer maxZoom, Integer tileSize, Bounds tileGridExtent) Constructor with all args parametersWMTSLayerSettings(String title, Boolean hiDpiDisabled, FeatureTypeRef featureType, String attribution, String description, String legendImageId, List<@Valid AuthorizationRule> authorizationRules, TileLayerHiDpiMode hiDpiMode, String hiDpiSubstituteLayer) Constructor with all args parametersXYZLayerSettings(String title, Boolean hiDpiDisabled, FeatureTypeRef featureType, String attribution, String description, String legendImageId, List<@Valid AuthorizationRule> authorizationRules, Integer minZoom, Integer maxZoom, Integer tileSize, Bounds tileGridExtent, TileLayerHiDpiMode hiDpiMode, String hiDpiSubstituteLayer) Constructor with all args parameters -
Uses of TileLayerHiDpiMode in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return TileLayerHiDpiModeModifier and TypeMethodDescription@Valid TileLayerHiDpiModeAppLayer.getHiDpiMode()Get hiDpiModeMethods in org.tailormap.api.viewer.model with parameters of type TileLayerHiDpiModeModifier and TypeMethodDescriptionAppLayer.hiDpiMode(TileLayerHiDpiMode hiDpiMode) voidAppLayer.setHiDpiMode(TileLayerHiDpiMode hiDpiMode)