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 BoundsGeoToolsHelper.boundsFromCRSEnvelope(org.geotools.ows.wms.CRSEnvelope crsEnvelope) static BoundsGeoToolsHelper.fromCRS(org.geotools.api.referencing.crs.CoordinateReferenceSystem crs) static BoundsGeoToolsHelper.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 BoundsTMFeatureTypeInfo.getBounds()Get bounds@Valid BoundsGeoServiceLayer.getLatLonBoundingBox()Get latLonBoundingBox@Valid BoundsGeoServiceLayerSettings.getTileGridExtent()Get tileGridExtent@Valid BoundsXYZLayerSettings.getTileGridExtent()Get tileGridExtent@Valid BoundsTMFeatureTypeInfo.getWgs84BoundingBox()Get wgs84BoundingBoxMethods in org.tailormap.api.persistence.json with parameters of type BoundsModifier and TypeMethodDescriptionGeoServiceLayer.latLonBoundingBox(Bounds latLonBoundingBox) voidvoidGeoServiceLayer.setLatLonBoundingBox(Bounds latLonBoundingBox) voidGeoServiceLayerSettings.setTileGridExtent(Bounds tileGridExtent) voidXYZLayerSettings.setTileGridExtent(Bounds tileGridExtent) voidTMFeatureTypeInfo.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 BoundsTMCoordinateReferenceSystem.getBounds()Get bounds@NotNull @Valid BoundsMapResponse.getInitialExtent()Get initialExtent@Valid BoundsMapResponse.getMaxExtent()Get maxExtent@Valid BoundsAppLayer.getTileGridExtent()Get tileGridExtentMethods in org.tailormap.api.viewer.model with parameters of type BoundsModifier and TypeMethodDescriptionMapResponse.initialExtent(Bounds initialExtent) voidvoidMapResponse.setInitialExtent(Bounds initialExtent) voidMapResponse.setMaxExtent(Bounds maxExtent) voidAppLayer.setTileGridExtent(Bounds tileGridExtent) AppLayer.tileGridExtent(Bounds tileGridExtent)