Uses of Class
org.geotools.pt.Envelope

Packages that use Envelope
org.geotools.cs Coordinate Systems implementation.  
org.geotools.cv Coverage implementation.  
org.geotools.gc Grid coverage implementation.  
org.geotools.io.coverage Helper classes for GridCoverageExchange.  
org.geotools.pt Positioning implementation.  
org.geotools.resources A set of helper classes for Geotools implementation; Do not use! 
 

Uses of Envelope in org.geotools.cs
 

Methods in org.geotools.cs that return Envelope
 Envelope CompoundCoordinateSystem.getDefaultEnvelope()
          Deprecated. Gets default envelope of coordinate system.
 Envelope GeographicCoordinateSystem.getDefaultEnvelope()
          Deprecated. Gets default envelope of coordinate system.
 Envelope CoordinateSystem.getDefaultEnvelope()
          Deprecated. Gets default envelope of coordinate system.
 

Uses of Envelope in org.geotools.cv
 

Methods in org.geotools.cv that return Envelope
 Envelope Coverage.getEnvelope()
          Deprecated. Returns The bounding box for the coverage domain in coordinate system coordinates.
 

Uses of Envelope in org.geotools.gc
 

Methods in org.geotools.gc that return Envelope
 Envelope GridGeometry.getEnvelope()
          Deprecated. Returns the bounding box of "real world" coordinates for this grid geometry.
 Envelope GridCoverage.getEnvelope()
          Deprecated. Returns The bounding box for the coverage domain in coordinate system coordinates.
 

Constructors in org.geotools.gc with parameters of type Envelope
GridGeometry(GridRange gridRange, Envelope userRange, boolean[] inverse)
          Deprecated. Construct a new grid geometry.
GridCoverage(java.lang.String name, java.awt.image.WritableRaster raster, Envelope envelope)
          Deprecated. Constructs a grid coverage from a raster and an envelope in longitude,latitude coordinates.
GridCoverage(java.lang.String name, java.awt.image.WritableRaster raster, CoordinateSystem cs, Envelope envelope, double[] minValues, double[] maxValues, Unit units, java.awt.Color[][] colors, java.awt.RenderingHints hints)
          Deprecated. Constructs a grid coverage from a raster with the specified envelope.
GridCoverage(java.lang.String name, java.awt.image.RenderedImage image, CoordinateSystem cs, Envelope envelope)
          Deprecated. Construct a grid coverage with the specified envelope.
GridCoverage(java.lang.String name, java.awt.image.RenderedImage image, CoordinateSystem cs, Envelope envelope, SampleDimension[] bands, GridCoverage[] sources, java.util.Map properties)
          Deprecated. Construct a grid coverage with the specified envelope and sample dimensions.
 

Uses of Envelope in org.geotools.io.coverage
 

Methods in org.geotools.io.coverage that return Envelope
 Envelope PropertyParser.getGeographicEnvelope()
          Deprecated. Convenience method returning the envelope in geographic coordinate system using WGS 1984 datum.
 Envelope PropertyParser.getEnvelope()
          Deprecated. Returns the envelope.
abstract  Envelope GridCoverageReader.getEnvelope(int index)
          Deprecated. Returns the envelope for the GridCoverage to be read.
 Envelope ExoreferencedGridCoverageReader.getEnvelope(int index)
          Deprecated. Returns the envelope for the GridCoverage to be read.
 

Uses of Envelope in org.geotools.pt
 

Methods in org.geotools.pt that return Envelope
 Envelope Adapters.wrap(org.opengis.pt.PT_Envelope envelope)
          Deprecated. Returns an envelope from an OpenGIS's structure.
 Envelope Envelope.createIntersection(Envelope envelope)
          Deprecated. Use ((Envelope)clone()).intersect(envelope) instead.
 Envelope Envelope.getSubEnvelope(int lower, int upper)
          Deprecated. Returns a new envelope that encompass only some dimensions of this envelope.
 Envelope Envelope.getReducedEnvelope(int lower, int upper)
          Deprecated. Returns a new envelope with the same values than this envelope minus the specified range of dimensions.
static Envelope Envelope.fromGeoAPI(org.opengis.spatialschema.geometry.Envelope envelope)
          Deprecated. Mimic a GeoAPI interface as a legacy implementation.
 

Methods in org.geotools.pt with parameters of type Envelope
static Matrix Matrix.createAffineTransform(Envelope srcRegion, Envelope dstRegion)
          Deprecated. Construct an affine transform that maps a source region to a destination region.
static Matrix Matrix.createAffineTransform(Envelope srcRegion, AxisOrientation[] srcAxis, Envelope dstRegion, AxisOrientation[] dstAxis)
          Deprecated. Construct an affine transform mapping a source region to a destination region.
 org.opengis.pt.PT_Envelope Adapters.export(Envelope envelope)
          Deprecated. Returns an OpenGIS structure for an envelope.
 void Envelope.add(Envelope envelope)
          Deprecated. Adds an envelope object to this envelope.
 void Envelope.intersect(Envelope envelope)
          Deprecated. Set this envelope to the intersection if this envelope with the specified one.
 Envelope Envelope.createIntersection(Envelope envelope)
          Deprecated. Use ((Envelope)clone()).intersect(envelope) instead.
 

Uses of Envelope in org.geotools.resources
 

Methods in org.geotools.resources that return Envelope
static Envelope LegacyGCSUtilities.toEnvelope(GridRange gridRange)
          Deprecated. Cast the specified grid range into an envelope.
static Envelope CTSUtilities.transform(MathTransform transform, Envelope envelope)
          Deprecated. Transform an envelope.
 

Methods in org.geotools.resources with parameters of type Envelope
static GridRange LegacyGCSUtilities.toGridRange(Envelope envelope)
          Deprecated. Cast the specified envelope into a grid range.
static Envelope CTSUtilities.transform(MathTransform transform, Envelope envelope)
          Deprecated. Transform an envelope.
 



Copyright © GeoTools. All Rights Reserved.