|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Envelope | |
---|---|
org.geotools.coverage | Coverage implementation. |
org.geotools.coverage.grid | GridCoverage2D implementation. |
org.geotools.coverage.processing | Coverage processing implementations. |
org.geotools.coverage.processing.operation | List of coverage operations. |
org.geotools.data.ows | |
org.geotools.data.wms.request | |
org.geotools.geometry | org.geotools.geometry.Geometry implementation. |
org.geotools.geometry.jts | |
org.geotools.metadata.iso.extent | Extent implementation. |
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 the javax.vecmath package. |
org.geotools.swing | Simple Swing widgets for map display. |
org.geotools.swt | Simple SWT widgets for map display. |
org.opengis.coverage | Coverages (generate a value for any point). |
org.opengis.geometry | Root package for geometries. |
org.opengis.geometry.coordinate | Set of geometric objects. |
org.opengis.geometry.primitive | Set of geometric objects that are not decomposed further into other primitives. |
Uses of Envelope in org.geotools.coverage |
---|
Methods in org.geotools.coverage that return Envelope | |
---|---|
Envelope |
AbstractCoverage.getEnvelope()
Returns the bounding box for the coverage domain in coordinate reference system coordinates. |
Uses of Envelope in org.geotools.coverage.grid |
---|
Methods in org.geotools.coverage.grid that return Envelope | |
---|---|
Envelope |
GeneralGridGeometry.getEnvelope()
Returns the bounding box of "real world" coordinates for this grid geometry. |
Envelope |
GridCoverageBuilder.getEnvelope()
Returns a copy of current envelope. |
Envelope |
GridCoverage2D.getEnvelope()
Returns the bounding box for the coverage domain in coordinate reference system coordinates. |
Methods in org.geotools.coverage.grid with parameters of type Envelope | |
---|---|
GridCoverage2D |
GridCoverageFactory.create(CharSequence name,
float[][] matrix,
Envelope envelope)
Constructs a grid coverage from the specified matrix and envelope. |
GridCoverage2D |
GridCoverageFactory.create(CharSequence name,
RenderedImage image,
Envelope envelope)
Constructs a grid coverage from the specified image and envelope. |
GridCoverage2D |
GridCoverageFactory.create(CharSequence name,
RenderedImage image,
Envelope envelope,
GridSampleDimension[] bands,
GridCoverage[] sources,
Map<?,?> properties)
Constructs a grid coverage from the specified image and envelope. |
GridCoverage2D |
GridCoverageFactory.create(CharSequence name,
WritableRaster raster,
Envelope envelope)
Constructs a grid coverage from the specified raster and envelope. |
GridCoverage2D |
GridCoverageFactory.create(CharSequence name,
WritableRaster raster,
Envelope envelope,
double[] minValues,
double[] maxValues,
Unit<?> units,
Color[][] colors,
RenderingHints hints)
Constructs a grid coverage from the specified raster and envelope. |
GridCoverage2D |
GridCoverageFactory.create(CharSequence name,
WritableRaster raster,
Envelope envelope,
GridSampleDimension[] bands)
Constructs a grid coverage from the specified raster and envelope. |
Envelope2D |
GridGeometry2D.reduce(Envelope envelope)
Reduces the specified envelope to a two-dimensional one. |
void |
GridCoverageBuilder.setEnvelope(Envelope envelope)
Sets the envelope to the specified value. |
Constructors in org.geotools.coverage.grid with parameters of type Envelope | |
---|---|
GeneralGridEnvelope(Envelope envelope,
PixelInCell anchor)
Casts the specified envelope into a grid envelope. |
|
GeneralGridEnvelope(Envelope envelope,
PixelInCell anchor,
boolean isHighIncluded)
Casts the specified envelope into a grid envelope. |
|
GeneralGridGeometry(GridEnvelope gridRange,
Envelope userRange)
Constructs a new grid geometry from an envelope. |
|
GeneralGridGeometry(PixelInCell anchor,
MathTransform gridToCRS,
Envelope envelope)
Constructs a new grid geometry from an envelope and a math transform. |
|
GeneralGridGeometry(PixelInCell anchor,
MathTransform gridToCRS,
Envelope envelope,
boolean gridMaxInclusive,
boolean preserveGridToCRS)
Constructs a new grid geometry from an envelope and a math transform. |
|
GridGeometry2D(GridEnvelope gridRange,
Envelope userRange)
Constructs a new grid geometry from an envelope. |
|
GridGeometry2D(PixelInCell anchor,
MathTransform gridToCRS,
Envelope envelope,
Hints hints)
Constructs a new grid geometry from an envelope and a math transform. |
Uses of Envelope in org.geotools.coverage.processing |
---|
Methods in org.geotools.coverage.processing with parameters of type Envelope | |
---|---|
Coverage |
Operations.crop(Coverage Source,
Envelope envelope)
Crops the image to a specified rectangular area. |
Coverage |
Operations.resample(GridCoverage source,
Envelope envelope,
Interpolation interpolationType)
Resamples a grid coverage to the specified envelope. |
Uses of Envelope in org.geotools.coverage.processing.operation |
---|
Fields in org.geotools.coverage.processing.operation with type parameters of type Envelope | |
---|---|
static ParameterDescriptor<Envelope> |
Crop.CROP_ENVELOPE
The 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 Envelope | |
---|---|
static GridGeometry |
Resample.computeGridGeometry(GridCoverage source,
Envelope target)
Computes a grid geometry from a source coverage and a target envelope. |
Uses of Envelope in org.geotools.data.ows |
---|
Classes in org.geotools.data.ows that implement Envelope | |
---|---|
class |
CRSEnvelope
A pair of coordinates and a reference system that represents a section of the Earth. |
Constructors in org.geotools.data.ows with parameters of type Envelope | |
---|---|
CRSEnvelope(Envelope envelope)
|
Uses of Envelope in org.geotools.data.wms.request |
---|
Methods in org.geotools.data.wms.request with parameters of type Envelope | |
---|---|
void |
GetMapRequest.setBBox(Envelope box)
Sets the BBOX and SRS information from the provided Envelope (such as a CRSEnvelope). |
void |
AbstractGetMapRequest.setBBox(Envelope envelope)
Sets BBOX and SRS using the provided Envelope. |
Uses of Envelope in org.geotools.geometry |
---|
Classes in org.geotools.geometry that implement Envelope | |
---|---|
class |
AbstractEnvelope
Base class for envelope implementations. |
class |
Envelope2D
A two-dimensional envelope on top of Rectangle2D . |
class |
GeneralEnvelope
A minimum bounding box or rectangle. |
Methods in org.geotools.geometry that return Envelope | |
---|---|
Envelope |
GeometryBuilder.createEnvelope(DirectPosition lowerCorner,
DirectPosition upperCorner)
|
Methods in org.geotools.geometry with parameters of type Envelope | |
---|---|
void |
GeneralEnvelope.add(Envelope envelope)
Adds an envelope object to this envelope. |
boolean |
Envelope2D.boundsEquals(Envelope that,
int xDim,
int yDim,
double eps)
Returns true if this envelope bounds is equals to that envelope
bounds in two specified dimensions. |
boolean |
GeneralEnvelope.contains(Envelope envelope,
boolean edgesInclusive)
Returns true if this envelope completly encloses the specified envelope. |
Primitive |
GeometryBuilder.createPrimitive(Envelope envelope)
|
boolean |
GeneralEnvelope.equals(Envelope envelope,
double eps,
boolean epsIsRelative)
Compares to the specified envelope for equality up to the specified tolerance value. |
void |
GeneralEnvelope.intersect(Envelope envelope)
Sets this envelope to the intersection if this envelope with the specified one. |
boolean |
GeneralEnvelope.intersects(Envelope envelope,
boolean edgesInclusive)
Returns true if this envelope intersects the specified envelope. |
Constructors in org.geotools.geometry with parameters of type Envelope | |
---|---|
Envelope2D(Envelope envelope)
Constructs two-dimensional envelope defined by an other Envelope . |
|
GeneralEnvelope(Envelope envelope)
Constructs a new envelope with the same data than the specified envelope. |
Uses of Envelope in org.geotools.geometry.jts |
---|
Classes in org.geotools.geometry.jts that implement Envelope | |
---|---|
class |
ReferencedEnvelope
A JTS envelope associated with a coordinate reference system. |
class |
ReferencedEnvelope3D
A 3D envelope associated with a coordinate reference system. |
Methods in org.geotools.geometry.jts with parameters of type Envelope | |
---|---|
boolean |
ReferencedEnvelope.boundsEquals2D(Envelope other,
double eps)
Compare the bounds of this envelope with those of another. |
boolean |
ReferencedEnvelope3D.boundsEquals3D(Envelope other,
double eps)
Compare the bounds of this envelope with those of another. |
static ReferencedEnvelope |
ReferencedEnvelope.create(Envelope env,
CoordinateReferenceSystem crs)
Utility method to create a ReferencedEnvelope from an opengis Envelope class, supporting 2d as well as 3d envelopes (returning the right class). |
static ReferencedEnvelope |
ReferencedEnvelope.reference(Envelope env)
Cast to a ReferencedEnvelope (used to ensure that an Envelope if a ReferencedEnvelope). |
Constructors in org.geotools.geometry.jts with parameters of type Envelope | |
---|---|
ReferencedEnvelope(Envelope envelope)
Creates a new envelope from an existing OGC envelope. |
|
ReferencedEnvelope3D(Envelope envelope)
Creates a new envelope from an existing OGC envelope. |
Uses of Envelope in org.geotools.metadata.iso.extent |
---|
Constructors in org.geotools.metadata.iso.extent with parameters of type Envelope | |
---|---|
GeographicBoundingBoxImpl(Envelope envelope)
Constructs a geographic bounding box from the specified envelope. |
Uses of Envelope in org.geotools.referencing |
---|
Methods in org.geotools.referencing that return Envelope | |
---|---|
static Envelope |
CRS.getEnvelope(CoordinateReferenceSystem crs)
Returns the domain of validity for the specified coordinate reference system, or null if unknown. |
static Envelope |
CRS.transform(Envelope envelope,
CoordinateReferenceSystem targetCRS)
Transforms the given envelope to the specified CRS. |
Methods in org.geotools.referencing with parameters of type Envelope | |
---|---|
static GeneralEnvelope |
CRS.transform(CoordinateOperation operation,
Envelope envelope)
Transforms an envelope using the given coordinate operation. |
static Envelope |
CRS.transform(Envelope envelope,
CoordinateReferenceSystem targetCRS)
Transforms the given envelope to the specified CRS. |
static GeneralEnvelope |
CRS.transform(MathTransform transform,
Envelope envelope)
Transforms an envelope using the given math transform. |
Uses of Envelope in org.geotools.referencing.operation.builder |
---|
Methods in org.geotools.referencing.operation.builder that return Envelope | |
---|---|
Envelope |
GridToEnvelopeMapper.getEnvelope()
Returns the envelope. |
Methods in org.geotools.referencing.operation.builder with parameters of type Envelope | |
---|---|
void |
GridToEnvelopeMapper.setEnvelope(Envelope envelope)
Sets the envelope. |
Constructors in org.geotools.referencing.operation.builder with parameters of type Envelope | |
---|---|
GridToEnvelopeMapper(GridEnvelope gridRange,
Envelope userRange)
Creates a new instance for the specified grid range and envelope. |
Uses of Envelope in org.geotools.referencing.operation.matrix |
---|
Constructors in org.geotools.referencing.operation.matrix with parameters of type Envelope | |
---|---|
GeneralMatrix(Envelope srcRegion,
AxisDirection[] srcAxis,
Envelope dstRegion,
AxisDirection[] dstAxis)
Constructs a transform mapping a source region to a destination region. |
|
GeneralMatrix(Envelope srcRegion,
Envelope dstRegion)
Constructs a transform that maps a source region to a destination region. |
Uses of Envelope in org.geotools.swing |
---|
Methods in org.geotools.swing with parameters of type Envelope | |
---|---|
protected void |
AbstractMapPane.doSetDisplayArea(Envelope envelope)
Helper method for AbstractMapPane.setDisplayArea(org.opengis.geometry.Envelope) which is also called by other methods that want to set the display area without provoking repainting of the display |
void |
MapPane.setDisplayArea(Envelope envelope)
Sets the area to display in world units. |
void |
AbstractMapPane.setDisplayArea(Envelope envelope)
Sets the area to display in world units. |
Uses of Envelope in org.geotools.swt |
---|
Methods in org.geotools.swt with parameters of type Envelope | |
---|---|
void |
SwtMapPane.setDisplayArea(Envelope envelope)
Sets the area to display by calling the MapContext#setAreaOfInterest method of this pane's map context. |
Uses of Envelope in org.opengis.coverage |
---|
Methods in org.opengis.coverage that return Envelope | |
---|---|
Envelope |
Coverage.getEnvelope()
The bounding box for the coverage domain in coordinate reference system coordinates. |
Uses of Envelope in org.opengis.geometry |
---|
Subinterfaces of Envelope in org.opengis.geometry | |
---|---|
interface |
BoundingBox
Represents a two-dimensional envelope. |
interface |
BoundingBox3D
Represents a three-dimensional envelope. |
Methods in org.opengis.geometry that return Envelope | |
---|---|
Envelope |
Geometry.getEnvelope()
Returns the minimum bounding box for this Geometry . |
Uses of Envelope in org.opengis.geometry.coordinate |
---|
Methods in org.opengis.geometry.coordinate that return Envelope | |
---|---|
Envelope |
GeometryFactory.createEnvelope(DirectPosition lowerCorner,
DirectPosition upperCorner)
Creates a new Envelope with the given corners. |
Uses of Envelope in org.opengis.geometry.primitive |
---|
Methods in org.opengis.geometry.primitive with parameters of type Envelope | |
---|---|
Primitive |
PrimitiveFactory.createPrimitive(Envelope envelope)
Returns an envelope as a primitive. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |