Package org.tailormap.api.viewer.model
Class MapResponse
java.lang.Object
org.tailormap.api.viewer.model.MapResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.17.0")
public class MapResponse
extends Object
implements Serializable
Any information needed to draw a basic map on a page. May include base layers.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAppLayersItem(AppLayer appLayersItem) addBaseLayerTreeNodesItem(LayerTreeNode baseLayerTreeNodesItem) addLayerTreeNodesItem(LayerTreeNode layerTreeNodesItem) addServicesItem(Service servicesItem) addTerrainLayerTreeNodesItem(LayerTreeNode terrainLayerTreeNodesItem) baseLayerTreeNodes(List<@Valid LayerTreeNode> baseLayerTreeNodes) booleanUnordered list of all AppLayers referenced from baseLayerTreeNodes and layerTreeNodes.@NotNull @Valid List<@Valid LayerTreeNode> Unordered list of all tree nodes of base layers.@NotNull @Valid TMCoordinateReferenceSystemgetCrs()Get crs@NotNull @Valid BoundsGet initialExtent@NotNull @Valid List<@Valid LayerTreeNode> Unordered list of all tree nodes of overlay/thematic/transparent layers.@Valid BoundsGet maxExtentGet services@Valid List<@Valid LayerTreeNode> Unordered list of all tree nodes of terrain layers.inthashCode()initialExtent(Bounds initialExtent) layerTreeNodes(List<@Valid LayerTreeNode> layerTreeNodes) voidsetAppLayers(List<@Valid AppLayer> appLayers) voidsetBaseLayerTreeNodes(List<@Valid LayerTreeNode> baseLayerTreeNodes) voidvoidsetInitialExtent(Bounds initialExtent) voidsetLayerTreeNodes(List<@Valid LayerTreeNode> layerTreeNodes) voidsetMaxExtent(Bounds maxExtent) voidsetServices(Set<@Valid Service> services) voidsetTerrainLayerTreeNodes(List<@Valid LayerTreeNode> terrainLayerTreeNodes) terrainLayerTreeNodes(List<@Valid LayerTreeNode> terrainLayerTreeNodes) toString()
-
Constructor Details
-
MapResponse
public MapResponse()
-
-
Method Details
-
initialExtent
-
getInitialExtent
Get initialExtent- Returns:
- initialExtent
-
setInitialExtent
-
maxExtent
-
getMaxExtent
Get maxExtent- Returns:
- maxExtent
-
setMaxExtent
-
services
-
addServicesItem
-
getServices
Get services- Returns:
- services
-
setServices
-
baseLayerTreeNodes
-
addBaseLayerTreeNodesItem
-
getBaseLayerTreeNodes
Unordered list of all tree nodes of base layers. Start with the node with root set to true and use the ordered children array property to order the tree. For base layers, only one child node (with all its' child layers) of the root should be displayed at one time.- Returns:
- baseLayerTreeNodes
-
setBaseLayerTreeNodes
-
layerTreeNodes
-
addLayerTreeNodesItem
-
getLayerTreeNodes
Unordered list of all tree nodes of overlay/thematic/transparent layers. Start with the node with root set to true and use the ordered children array property to order the tree.- Returns:
- layerTreeNodes
-
setLayerTreeNodes
-
terrainLayerTreeNodes
-
addTerrainLayerTreeNodesItem
-
getTerrainLayerTreeNodes
Unordered list of all tree nodes of terrain layers. Start with the node with root set to true and use the ordered children array property to order the tree.- Returns:
- terrainLayerTreeNodes
-
setTerrainLayerTreeNodes
-
appLayers
-
addAppLayersItem
-
getAppLayers
Unordered list of all AppLayers referenced from baseLayerTreeNodes and layerTreeNodes. Note that you need to lookup these by id, but OpenAPI only supports a map by using strings as keys, so an array is used instead.- Returns:
- appLayers
-
setAppLayers
-
crs
-
getCrs
Get crs- Returns:
- crs
-
setCrs
-
equals
-
hashCode
public int hashCode() -
toString
-