Uses of Interface
org.geotools.api.geometry.Bounds
- 
Packages that use Bounds Package Description org.geotools.api.coverage Coverages (generate a value for any point).org.geotools.api.geometry Root package for geometries.org.geotools.coverage Coverage implementation.org.geotools.coverage.grid GridCoverage2D implementation.org.geotools.coverage.io.impl org.geotools.coverage.io.util org.geotools.coverage.processing Coverage processing implementations.org.geotools.coverage.processing.operation List of coverage operations.org.geotools.geometry Basic geometry concepts to support referencing and coverage use.org.geotools.geometry.jts org.geotools.mbtiles org.geotools.metadata.iso.extent Extent implementation.org.geotools.ows.wms Provides for Web Map Server client access as a Grid Coverage Exchange.org.geotools.ows.wms.request org.geotools.process.vector Vector processing support for the GeoTools library.org.geotools.referencing Reference systems implementation.org.geotools.referencing.operation.builder 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.org.geotools.referencing.operation.matrix Matrix implementations on top of thejavax.vecmathpackage.org.geotools.referencing.operation.projection Basic implementations of map projections.org.geotools.referencing.util org.geotools.swing Simple Swing widgets for map display.org.geotools.tpk 
- 
- 
Uses of Bounds in org.geotools.api.coverageMethods in org.geotools.api.coverage that return Bounds Modifier and Type Method Description BoundsCoverage. getEnvelope()The bounding box for the coverage domain in coordinate reference system coordinates.
- 
Uses of Bounds in org.geotools.api.geometrySubinterfaces of Bounds in org.geotools.api.geometry Modifier and Type Interface Description interfaceBoundingBoxRepresents a two-dimensional envelope.interfaceBoundingBox3DRepresents a three-dimensional envelope.
- 
Uses of Bounds in org.geotools.coverageMethods in org.geotools.coverage that return Bounds Modifier and Type Method Description BoundsAbstractCoverage. getEnvelope()Returns the bounding box for the coverage domain in coordinate reference system coordinates.
- 
Uses of Bounds in org.geotools.coverage.gridMethods in org.geotools.coverage.grid that return Bounds Modifier and Type Method Description BoundsGeneralGridGeometry. getEnvelope()Returns the bounding box of "real world" coordinates for this grid geometry.BoundsGridCoverage2D. getEnvelope()Returns the bounding box for the coverage domain in coordinate reference system coordinates.BoundsGridCoverageBuilder. getEnvelope()Returns a copy of current envelope.Methods in org.geotools.coverage.grid with parameters of type Bounds Modifier and Type Method Description GridCoverage2DGridCoverageFactory. create(CharSequence name, float[][] matrix, Bounds envelope)Constructs a grid coverage from the specified matrix and envelope.GridCoverage2DGridCoverageFactory. create(CharSequence name, RenderedImage image, Bounds envelope)GridCoverage2DGridCoverageFactory. create(CharSequence name, RenderedImage image, Bounds envelope, GridSampleDimension[] bands, GridCoverage[] sources, Map<?,?> properties)GridCoverage2DGridCoverageFactory. create(CharSequence name, WritableRaster raster, Bounds envelope)GridCoverage2DGridCoverageFactory. create(CharSequence name, WritableRaster raster, Bounds envelope, double[] minValues, double[] maxValues, Unit<?> units, Color[][] colors, RenderingHints hints)GridCoverage2DGridCoverageFactory. create(CharSequence name, WritableRaster raster, Bounds envelope, GridSampleDimension[] bands)ReferencedEnvelopeGridGeometry2D. reduce(Bounds bounds)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 Bounds Constructor Description GeneralGridEnvelope(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.implMethods in org.geotools.coverage.io.impl that return Bounds Modifier and Type Method Description BoundsDefaultGridCoverageResponse. getEnvelope()
- 
Uses of Bounds in org.geotools.coverage.io.utilMethods in org.geotools.coverage.io.util that return Bounds Modifier and Type Method Description static 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 Bounds Modifier and Type Method Description static BoundsUtilities. getEnvelopeAsWGS84(Bounds bounds, boolean get2D)Get a WGS84 envelope for the specified envelope.
- 
Uses of Bounds in org.geotools.coverage.processingMethods in org.geotools.coverage.processing with parameters of type Bounds Modifier and Type Method Description CoverageOperations. crop(Coverage source, Bounds envelope)Crops the image to a specified rectangular area.CoverageOperations. resample(GridCoverage source, Bounds envelope, Interpolation interpolationType)Resamples a grid coverage to the specified envelope.
- 
Uses of Bounds in org.geotools.coverage.processing.operationFields in org.geotools.coverage.processing.operation with type parameters of type Bounds Modifier and Type Field Description static 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 Bounds Modifier and Type Method Description static GridGeometryResample. computeGridGeometry(GridCoverage source, Bounds target)Computes a grid geometry from a source coverage and a target envelope.
- 
Uses of Bounds in org.geotools.geometryClasses in org.geotools.geometry that implement Bounds Modifier and Type Class Description classAbstractBoundsBase class for envelope implementations.classEnvelope2DArchivedA two-dimensional envelope on top ofRectangle2D.classGeneralBoundsA minimum bounding box or rectangle.Methods in org.geotools.geometry with parameters of type Bounds Modifier and Type Method Description voidGeneralBounds. add(Bounds envelope)Adds 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.booleanGeneralBounds. contains(Bounds envelope, boolean edgesInclusive)Returnstrueif this envelope completly encloses the specified envelope.booleanGeneralBounds. equals(Bounds envelope, double eps, boolean epsIsRelative)Compares to the specified envelope for equality up to the specified tolerance value.voidGeneralBounds. intersect(Bounds envelope)Sets 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 Bounds Constructor Description Envelope2DArchived(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.jtsClasses in org.geotools.geometry.jts that implement Bounds Modifier and Type Class Description classReferencedEnvelopeA JTS envelope associated with a coordinate reference system.classReferencedEnvelope3DA 3D envelope associated with a coordinate reference system.Methods in org.geotools.geometry.jts with parameters of type Bounds Modifier and Type Method Description booleanReferencedEnvelope. 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 ReferencedEnvelopeReferencedEnvelope. create(Bounds bounds)Utility 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 ReferencedEnvelopeReferencedEnvelope. reference(Bounds env)Cast to a ReferencedEnvelope (used to ensure that an Envelope if a ReferencedEnvelope).Constructors in org.geotools.geometry.jts with parameters of type Bounds Constructor Description ReferencedEnvelope(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.mbtilesFields in org.geotools.mbtiles declared as Bounds Modifier and Type Field Description protected BoundsMBTilesMetadata. boundsMethods in org.geotools.mbtiles that return Bounds Modifier and Type Method Description BoundsMBTilesMetadata. getBounds()Methods in org.geotools.mbtiles with parameters of type Bounds Modifier and Type Method Description voidMBTilesMetadata. setBounds(Bounds bounds)
- 
Uses of Bounds in org.geotools.metadata.iso.extentConstructors in org.geotools.metadata.iso.extent with parameters of type Bounds Constructor Description GeographicBoundingBoxImpl(Bounds envelope)Constructs a geographic bounding box from the specified envelope.
- 
Uses of Bounds in org.geotools.ows.wmsClasses in org.geotools.ows.wms that implement Bounds Modifier and Type Class Description classCRSEnvelopeA 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 Constructor Description CRSEnvelope(Bounds envelope)
- 
Uses of Bounds in org.geotools.ows.wms.requestMethods in org.geotools.ows.wms.request with parameters of type Bounds Modifier and Type Method Description voidAbstractGetMapRequest. setBBox(Bounds envelope)Sets BBOX and SRS using the provided Envelope.voidGetMapRequest. setBBox(Bounds box)Sets the BBOX and SRS information from the provided Envelope (such as a CRSEnvelope).
- 
Uses of Bounds in org.geotools.process.vectorMethods in org.geotools.process.vector with parameters of type Bounds Modifier and Type Method Description GridCoverage2DVectorToRasterProcess. 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.referencingMethods in org.geotools.referencing that return Bounds Modifier and Type Method Description static 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 Bounds Modifier and Type Method Description static 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.builderMethods in org.geotools.referencing.operation.builder that return Bounds Modifier and Type Method Description BoundsGridToEnvelopeMapper. getEnvelope()Returns the envelope.Methods in org.geotools.referencing.operation.builder with parameters of type Bounds Modifier and Type Method Description voidGridToEnvelopeMapper. setEnvelope(Bounds envelope)Sets the envelope.Constructors in org.geotools.referencing.operation.builder with parameters of type Bounds Constructor Description GridToEnvelopeMapper(GridEnvelope gridRange, Bounds userRange)Creates a new instance for the specified grid range and envelope.
- 
Uses of Bounds in org.geotools.referencing.operation.matrixConstructors in org.geotools.referencing.operation.matrix with parameters of type Bounds Constructor Description GeneralMatrix(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.projectionMethods in org.geotools.referencing.operation.projection that return Bounds Modifier and Type Method Description static 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.utilMethods in org.geotools.referencing.util with parameters of type Bounds Modifier and Type Method Description static voidBoundingBoxes. copy(Bounds envelope, GeographicBoundingBoxImpl box)Initializes a geographic bounding box from the specified envelope.
- 
Uses of Bounds in org.geotools.swingMethods in org.geotools.swing with parameters of type Bounds Modifier and Type Method Description protected 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.tpkMethods in org.geotools.tpk that return Bounds Modifier and Type Method Description BoundsTPKFile. 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 Bounds Constructor Description TPKFile(File theFile, Map<Long,TPKZoomLevel> zoomLevelMap, Bounds bounds, String imageFormat)Constructor -- 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
 
-