Uses of Class
org.tailormap.api.persistence.json.Bounds
Packages that use Bounds
Package
Description
-
Uses of Bounds in org.tailormap.api.persistence
Methods in org.tailormap.api.persistence that return BoundsMethods in org.tailormap.api.persistence with parameters of type BoundsModifier and TypeMethodDescriptionApplication.setInitialExtent
(Bounds initialExtent) Application.setMaxExtent
(Bounds maxExtent) -
Uses of Bounds in org.tailormap.api.persistence.helper
Methods in org.tailormap.api.persistence.helper that return BoundsModifier 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
Methods in org.tailormap.api.persistence.json that return BoundsModifier 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 wgs84BoundingBoxMethods in org.tailormap.api.persistence.json with parameters of type BoundsModifier 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
Methods in org.tailormap.api.viewer.model that return BoundsModifier 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 tileGridExtentMethods in org.tailormap.api.viewer.model with parameters of type BoundsModifier 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)