Uses of Interface
org.geotools.api.geometry.Bounds
Packages that use Bounds
Package
Description
Coverages (generate a value for any point).
Root package for geometries.
Coverage implementation.
GridCoverage2D implementation.
Coverage processing
implementations.
List of coverage operations.
Basic geometry concepts to support referencing and coverage use.
Extent implementation.
Provides for Web Map Server client access as a Grid Coverage Exchange.
Vector processing support for the GeoTools library.
Reference systems implementation.
A package of convenience classes which use control points common to two
data sets to derive empirically the transformation parameters needed to
convert positions between the coordinate systems of the two data sets.
Matrix implementations on top of the
javax.vecmath package.Basic implementations of map projections.
Simple Swing widgets for map display.
-
Uses of Bounds in org.geotools.api.coverage
Methods in org.geotools.api.coverage that return BoundsModifier and TypeMethodDescriptionCoverage.getEnvelope()The bounding box for the coverage domain in coordinate reference system coordinates. -
Uses of Bounds in org.geotools.api.geometry
Subinterfaces of Bounds in org.geotools.api.geometry -
Uses of Bounds in org.geotools.coverage
Methods in org.geotools.coverage that return BoundsModifier and TypeMethodDescriptionAbstractCoverage.getEnvelope()Returns the bounding box for the coverage domain in coordinate reference system coordinates. -
Uses of Bounds in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid that return BoundsModifier and TypeMethodDescriptionGeneralGridGeometry.getEnvelope()Returns the bounding box of "real world" coordinates for this grid geometry.GridCoverage2D.getEnvelope()Returns the bounding box for the coverage domain in coordinate reference system coordinates.GridCoverageBuilder.getEnvelope()Returns a copy of current envelope.Methods in org.geotools.coverage.grid with parameters of type BoundsModifier and TypeMethodDescriptionGridCoverageFactory.create(CharSequence name, float[][] matrix, Bounds envelope) Constructs a grid coverage from the specified matrix and envelope.GridCoverageFactory.create(CharSequence name, RenderedImage image, Bounds envelope) GridCoverageFactory.create(CharSequence name, RenderedImage image, Bounds envelope, GridSampleDimension[] bands, GridCoverage[] sources, Map<?, ?> properties) GridCoverageFactory.create(CharSequence name, WritableRaster raster, Bounds envelope) GridCoverageFactory.create(CharSequence name, WritableRaster raster, Bounds envelope, double[] minValues, double[] maxValues, Unit<?> units, Color[][] colors, RenderingHints hints) GridCoverageFactory.create(CharSequence name, WritableRaster raster, Bounds envelope, GridSampleDimension[] bands) Reduces the specified bounds to a two-dimensional ReferencedEnvelope.voidGridCoverageBuilder.setEnvelope(Bounds envelope) Sets the envelope to the specified value.Constructors in org.geotools.coverage.grid with parameters of type BoundsModifierConstructorDescriptionGeneralGridEnvelope(Bounds envelope, PixelInCell anchor) Casts the specified envelope into a grid envelope.GeneralGridEnvelope(Bounds envelope, PixelInCell anchor, boolean isHighIncluded) Casts the specified envelope into a grid envelope.GeneralGridGeometry(GridEnvelope gridRange, Bounds userRange) Constructs a new grid geometry from an envelope.GeneralGridGeometry(PixelInCell anchor, MathTransform gridToCRS, Bounds envelope) Constructs a new grid geometry from an envelope and a math transform.GeneralGridGeometry(PixelInCell anchor, MathTransform gridToCRS, Bounds envelope, boolean gridMaxInclusive, boolean preserveGridToCRS) Constructs a new grid geometry from an envelope and a math transform.GridGeometry2D(GridEnvelope gridRange, Bounds userRange) Constructs a new grid geometry from an envelope.GridGeometry2D(PixelInCell anchor, MathTransform gridToCRS, Bounds envelope, Hints hints) Constructs a new grid geometry from an envelope and a math transform. -
Uses of Bounds in org.geotools.coverage.io.impl
Methods in org.geotools.coverage.io.impl that return Bounds -
Uses of Bounds in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util that return BoundsModifier and TypeMethodDescriptionstatic BoundsUtilities.getEnvelopeAsWGS84(Bounds bounds, boolean get2D) Get a WGS84 envelope for the specified envelope.Methods in org.geotools.coverage.io.util with parameters of type BoundsModifier and TypeMethodDescriptionstatic BoundsUtilities.getEnvelopeAsWGS84(Bounds bounds, boolean get2D) Get a WGS84 envelope for the specified envelope. -
Uses of Bounds in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing with parameters of type Bounds -
Uses of Bounds in org.geotools.coverage.processing.operation
Fields in org.geotools.coverage.processing.operation with type parameters of type BoundsModifier and TypeFieldDescriptionstatic final ParameterDescriptor<Bounds>Crop.CROP_ENVELOPEThe parameter descriptor used to pass this operation the envelope to use when doing the spatial crop.Methods in org.geotools.coverage.processing.operation with parameters of type BoundsModifier and TypeMethodDescriptionstatic GridGeometryResample.computeGridGeometry(GridCoverage source, Bounds target) Computes a grid geometry from a source coverage and a target envelope. -
Uses of Bounds in org.geotools.geometry
Classes in org.geotools.geometry that implement BoundsModifier and TypeClassDescriptionclassBase class for envelope implementations.classA two-dimensional envelope on top ofRectangle2D.classA minimum bounding box or rectangle.Methods in org.geotools.geometry with parameters of type BoundsModifier and TypeMethodDescriptionvoidAdds an envelope object to this envelope.booleanEnvelope2DArchived.boundsEquals(Bounds that, int xDim, int yDim, double eps) Returnstrueifthisenvelope bounds is equals tothatenvelope bounds in two specified dimensions.booleanReturnstrueif this envelope completly encloses the specified envelope.booleanCompares to the specified envelope for equality up to the specified tolerance value.voidSets this envelope to the intersection if this envelope with the specified one.booleanGeneralBounds.intersects(Bounds envelope, boolean edgesInclusive) Returnstrueif this envelope intersects the specified envelope.static GeneralBoundsGeneralBounds.toGeneralEnvelope(Bounds envelope) Converts the envelope to a general envelope, avoiding the construction of a new object in case the input envelope is already a GeneralEnvelopeConstructors in org.geotools.geometry with parameters of type BoundsModifierConstructorDescriptionEnvelope2DArchived(Bounds envelope) Constructs two-dimensional envelope defined by an otherBounds.GeneralBounds(Bounds envelope) Constructs new bounds with the same data as the specified envelope. -
Uses of Bounds in org.geotools.geometry.jts
Classes in org.geotools.geometry.jts that implement BoundsModifier and TypeClassDescriptionclassA JTS envelope associated with a coordinate reference system.classA 3D envelope associated with a coordinate reference system.Methods in org.geotools.geometry.jts with parameters of type BoundsModifier and TypeMethodDescriptionbooleanReferencedEnvelope.boundsEquals(Bounds that, int xDim, int yDim, double eps) Returnstrueifthisenvelope bounds is equals tothatenvelope bounds in two specified dimensions.booleanReferencedEnvelope.boundsEquals2D(Bounds other, double eps) Compare the bounds of this envelope with those of another.booleanReferencedEnvelope3D.boundsEquals3D(Bounds other, double eps) Compare the bounds of this envelope with those of another.static ReferencedEnvelopeUtility method to create a ReferencedEnvelope from an opengis Envelope class, supporting 2d as well as 3d envelopes (returning the right class).static ReferencedEnvelopeReferencedEnvelope.create(Bounds env, CoordinateReferenceSystem crs) Utility method to create a ReferencedEnvelope from providedBounds.static ReferencedEnvelopeCast to a ReferencedEnvelope (used to ensure that an Envelope if a ReferencedEnvelope).Constructors in org.geotools.geometry.jts with parameters of type BoundsModifierConstructorDescriptionReferencedEnvelope(Bounds bounds) Creates a new bounds from an existing OGC bounds.ReferencedEnvelope3D(Bounds envelope) Creates a new envelope from an existing OGC envelope. -
Uses of Bounds in org.geotools.mbtiles
Fields in org.geotools.mbtiles declared as BoundsMethods in org.geotools.mbtiles that return BoundsMethods in org.geotools.mbtiles with parameters of type Bounds -
Uses of Bounds in org.geotools.metadata.iso.extent
Constructors in org.geotools.metadata.iso.extent with parameters of type BoundsModifierConstructorDescriptionGeographicBoundingBoxImpl(Bounds envelope) Constructs a geographic bounding box from the specified envelope. -
Uses of Bounds in org.geotools.ows.wms
Classes in org.geotools.ows.wms that implement BoundsModifier and TypeClassDescriptionclassA pair of coordinates and a reference system that represents a section of the Earth.Constructors in org.geotools.ows.wms with parameters of type Bounds -
Uses of Bounds in org.geotools.ows.wms.request
Methods in org.geotools.ows.wms.request with parameters of type Bounds -
Uses of Bounds in org.geotools.process.vector
Methods in org.geotools.process.vector with parameters of type BoundsModifier and TypeMethodDescriptionVectorToRasterProcess.execute(SimpleFeatureCollection features, Integer rasterWidth, Integer rasterHeight, String title, String attribute, Bounds bounds, ProgressListener progressListener) static GridCoverage2DVectorToRasterProcess.process(SimpleFeatureCollection features, Object attribute, Dimension gridDim, Bounds bounds, String covName, ProgressListener monitor) A static helper method that can be called directy to run the process. -
Uses of Bounds in org.geotools.referencing
Methods in org.geotools.referencing that return BoundsModifier and TypeMethodDescriptionstatic BoundsCRS.getEnvelope(CoordinateReferenceSystem crs) Returns the domain of validity for the specified coordinate reference system, ornullif unknown.Methods in org.geotools.referencing with parameters of type BoundsModifier and TypeMethodDescriptionstatic GeneralBoundsCRS.transform(Bounds envelope, CoordinateReferenceSystem targetCRS) Transforms the given envelope to the specified CRS.static GeneralBoundsCRS.transform(CoordinateOperation operation, Bounds envelope) Transforms an envelope using the given coordinate operation.static GeneralBoundsCRS.transform(MathTransform transform, Bounds envelope) Transforms an envelope using the given math transform. -
Uses of Bounds in org.geotools.referencing.operation.builder
Methods in org.geotools.referencing.operation.builder that return BoundsMethods in org.geotools.referencing.operation.builder with parameters of type BoundsModifier and TypeMethodDescriptionvoidGridToEnvelopeMapper.setEnvelope(Bounds envelope) Sets the envelope.Constructors in org.geotools.referencing.operation.builder with parameters of type BoundsModifierConstructorDescriptionGridToEnvelopeMapper(GridEnvelope gridRange, Bounds userRange) Creates a new instance for the specified grid range and envelope. -
Uses of Bounds in org.geotools.referencing.operation.matrix
Constructors in org.geotools.referencing.operation.matrix with parameters of type BoundsModifierConstructorDescriptionGeneralMatrix(Bounds srcRegion, Bounds dstRegion) Constructs a transform that maps a source region to a destination region.GeneralMatrix(Bounds srcRegion, AxisDirection[] srcAxis, Bounds dstRegion, AxisDirection[] dstAxis) Constructs a transform mapping a source region to a destination region. -
Uses of Bounds in org.geotools.referencing.operation.projection
Methods in org.geotools.referencing.operation.projection that return BoundsModifier and TypeMethodDescriptionstatic BoundsGeostationarySatellite.circumscribeFullDisk(CoordinateReferenceSystem geosCRS) Circumscribed rectangle (smallest) for full disk earth imagestatic BoundsGeostationarySatellite.inscribeFullDiskEstimate(CoordinateReferenceSystem geosCRS) Inscribed rectangle for for full disk earth image (not largest inscribing rectangle but close, hence "Estimate") -
Uses of Bounds in org.geotools.referencing.util
Methods in org.geotools.referencing.util with parameters of type BoundsModifier and TypeMethodDescriptionstatic voidBoundingBoxes.copy(Bounds envelope, GeographicBoundingBoxImpl box) Initializes a geographic bounding box from the specified envelope. -
Uses of Bounds in org.geotools.swing
Methods in org.geotools.swing with parameters of type BoundsModifier and TypeMethodDescriptionprotected voidAbstractMapPane.doSetDisplayArea(Bounds envelope) Helper method for AbstractMapPane.setDisplayArea(org.geotools.api.geometry.Bounds) which is also called by other methods that want to set the display area without provoking repainting of the displayvoidAbstractMapPane.setDisplayArea(Bounds envelope) Sets the area to display in world units.voidMapPane.setDisplayArea(Bounds envelope) Sets the area to display in world units. -
Uses of Bounds in org.geotools.tpk
Methods in org.geotools.tpk that return BoundsModifier and TypeMethodDescriptionTPKFile.getBounds()Using the highest zoom level contained in the TPK file use the tile coverage to calculate the geographical bounds of the mapConstructors in org.geotools.tpk with parameters of type BoundsModifierConstructorDescriptionConstructor -- used for all subsequent opens of the TPK file (ie once the zoomLevelMap has been created)TPKFile(File theFile, Map<Long, TPKZoomLevel> zoomLevelMap, Bounds bounds, String imageFormat, Charset charset) Constructor -- used for all subsequent opens of the TPK file (ie once the zoomLevelMap has been created) with the custom charset