|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Envelope | |
org.deegree_impl.model.cs | |
org.deegree_impl.model.pt | |
org.deegree_impl.model.resources |
Uses of Envelope in org.deegree_impl.model.cs |
Methods in org.deegree_impl.model.cs that return Envelope | |
Envelope |
GeographicCoordinateSystem.getDefaultEnvelope()
Gets default envelope of coordinate system. |
Envelope |
CoordinateSystem.getDefaultEnvelope()
Gets default envelope of coordinate system. |
Envelope |
CompoundCoordinateSystem.getDefaultEnvelope()
Gets default envelope of coordinate system. |
Uses of Envelope in org.deegree_impl.model.pt |
Methods in org.deegree_impl.model.pt that return Envelope | |
Envelope |
Envelope.createIntersection(Envelope envelope)
Returns a new envelope representing the intersection of this Envelope with the specified Envelope . |
Envelope |
Envelope.getSubEnvelope(int lower,
int upper)
Returns a new envelope that encompass only some dimensions of this envelope. |
Envelope |
Adapters.wrap(PT_Envelope envelope)
Returns an envelope from an OpenGIS's structure. |
Methods in org.deegree_impl.model.pt with parameters of type Envelope | |
static Matrix |
Matrix.createAffineTransform(Envelope srcRegion,
Envelope dstRegion)
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)
Construct an affine transform mapping a source region to a destination region. |
void |
Envelope.add(Envelope envelope)
Adds an envelope object to this envelope. |
Envelope |
Envelope.createIntersection(Envelope envelope)
Returns a new envelope representing the intersection of this Envelope with the specified Envelope . |
PT_Envelope |
Adapters.export(Envelope envelope)
Returns an OpenGIS structure for an envelope. |
Constructors in org.deegree_impl.model.pt with parameters of type Envelope | |
Matrix(Envelope srcRegion,
AxisOrientation[] srcAxis,
Envelope dstRegion,
AxisOrientation[] dstAxis,
boolean validRegions)
Construct an affine transform mapping a source region to a destination region. |
|
Envelope(Envelope envelope)
Construct a copy of the specified envelope. |
Uses of Envelope in org.deegree_impl.model.resources |
Methods in org.deegree_impl.model.resources that return Envelope | |
static Envelope |
OpenGIS.transform(MathTransform transform,
Envelope envelope)
Transform an envelope. |
Methods in org.deegree_impl.model.resources with parameters of type Envelope | |
static Envelope |
OpenGIS.transform(MathTransform transform,
Envelope envelope)
Transform an envelope. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |