Uses of Class
nl.b3p.tailormap.api.persistence.json.Bounds
-
Packages that use Bounds Package Description nl.b3p.tailormap.api.persistence nl.b3p.tailormap.api.persistence.helper nl.b3p.tailormap.api.persistence.json nl.b3p.tailormap.api.viewer.model -
-
Uses of Bounds in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return Bounds Modifier and Type Method Description BoundsApplication. getInitialExtent()BoundsApplication. getMaxExtent()Methods in nl.b3p.tailormap.api.persistence with parameters of type Bounds Modifier and Type Method Description ApplicationApplication. setInitialExtent(Bounds initialExtent)ApplicationApplication. setMaxExtent(Bounds maxExtent) -
Uses of Bounds in nl.b3p.tailormap.api.persistence.helper
Methods in nl.b3p.tailormap.api.persistence.helper that return Bounds Modifier and Type Method Description static 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 nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return Bounds Modifier and Type Method Description @Valid BoundsTMFeatureTypeInfo. getBounds()Get bounds@Valid BoundsGeoServiceLayer. getLatLonBoundingBox()Get latLonBoundingBox@Valid BoundsTMFeatureTypeInfo. getWgs84BoundingBox()Get wgs84BoundingBoxBoundsBounds. maxx(Double maxx)BoundsBounds. maxy(Double maxy)BoundsBounds. minx(Double minx)BoundsBounds. miny(Double miny)Methods in nl.b3p.tailormap.api.persistence.json with parameters of type Bounds Modifier and Type Method Description TMFeatureTypeInfoTMFeatureTypeInfo. bounds(Bounds bounds)GeoServiceLayerGeoServiceLayer. latLonBoundingBox(Bounds latLonBoundingBox)voidTMFeatureTypeInfo. setBounds(Bounds bounds)voidGeoServiceLayer. setLatLonBoundingBox(Bounds latLonBoundingBox)voidTMFeatureTypeInfo. setWgs84BoundingBox(Bounds wgs84BoundingBox)TMFeatureTypeInfoTMFeatureTypeInfo. wgs84BoundingBox(Bounds wgs84BoundingBox) -
Uses of Bounds in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return Bounds Modifier and Type Method Description @Valid BoundsTMCoordinateReferenceSystem. getBounds()Get bounds@NotNull @Valid BoundsMapResponse. getInitialExtent()Get initialExtent@Valid BoundsMapResponse. getMaxExtent()Get maxExtentMethods in nl.b3p.tailormap.api.viewer.model with parameters of type Bounds Modifier and Type Method Description TMCoordinateReferenceSystemTMCoordinateReferenceSystem. bounds(Bounds bounds)MapResponseMapResponse. initialExtent(Bounds initialExtent)MapResponseMapResponse. maxExtent(Bounds maxExtent)voidTMCoordinateReferenceSystem. setBounds(Bounds bounds)voidMapResponse. setInitialExtent(Bounds initialExtent)voidMapResponse. setMaxExtent(Bounds maxExtent)
-