Uses of Class
org.tailormap.api.persistence.json.Bounds
Package
Description
-
Uses of Bounds in org.tailormap.api.persistence
Modifier and TypeMethodDescriptionApplication.setInitialExtent
(Bounds initialExtent) Application.setMaxExtent
(Bounds maxExtent) -
Uses of Bounds in org.tailormap.api.persistence.helper
Modifier and TypeMethodDescriptionstatic Bounds
GeoToolsHelper.boundsFromCRSEnvelope
(org.geotools.ows.wms.CRSEnvelope crsEnvelope) static Bounds
GeoToolsHelper.fromCRS
(org.geotools.api.referencing.crs.CoordinateReferenceSystem crs) static Bounds
GeoToolsHelper.fromEnvelope
(org.locationtech.jts.geom.Envelope envelope) -
Uses of Bounds in org.tailormap.api.persistence.json
Modifier and TypeMethodDescription@Valid Bounds
TMFeatureTypeInfo.getBounds()
Get bounds@Valid Bounds
GeoServiceLayer.getLatLonBoundingBox()
Get latLonBoundingBox@Valid Bounds
GeoServiceLayerSettings.getTileGridExtent()
Get tileGridExtent@Valid Bounds
XYZLayerSettings.getTileGridExtent()
Get tileGridExtent@Valid Bounds
TMFeatureTypeInfo.getWgs84BoundingBox()
Get wgs84BoundingBoxModifier and TypeMethodDescriptionGeoServiceLayer.latLonBoundingBox
(Bounds latLonBoundingBox) void
void
GeoServiceLayer.setLatLonBoundingBox
(Bounds latLonBoundingBox) void
GeoServiceLayerSettings.setTileGridExtent
(Bounds tileGridExtent) void
XYZLayerSettings.setTileGridExtent
(Bounds tileGridExtent) void
TMFeatureTypeInfo.setWgs84BoundingBox
(Bounds wgs84BoundingBox) GeoServiceLayerSettings.tileGridExtent
(Bounds tileGridExtent) XYZLayerSettings.tileGridExtent
(Bounds tileGridExtent) TMFeatureTypeInfo.wgs84BoundingBox
(Bounds wgs84BoundingBox) -
Uses of Bounds in org.tailormap.api.viewer.model
Modifier and TypeMethodDescription@Valid Bounds
TMCoordinateReferenceSystem.getBounds()
Get bounds@NotNull @Valid Bounds
MapResponse.getInitialExtent()
Get initialExtent@Valid Bounds
MapResponse.getMaxExtent()
Get maxExtent@Valid Bounds
AppLayer.getTileGridExtent()
Get tileGridExtentModifier and TypeMethodDescriptionMapResponse.initialExtent
(Bounds initialExtent) void
void
MapResponse.setInitialExtent
(Bounds initialExtent) void
MapResponse.setMaxExtent
(Bounds maxExtent) void
AppLayer.setTileGridExtent
(Bounds tileGridExtent) AppLayer.tileGridExtent
(Bounds tileGridExtent)