|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Envelope
Axis-parallel bounding box.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.deegree.geometry.Geometry |
|---|
Geometry.GeometryType |
| Method Summary | |
|---|---|
Geometry.GeometryType |
getGeometryType()
Must always return Geometry.GeometryType.ENVELOPE. |
Point |
getMax()
Returns the envelope's maximum coordinate |
Point |
getMin()
Returns the envelope's minimum coordinate. |
double |
getSpan(int dim)
Returns the envelope's span of the specified dimension (in units of the associated coordinate system). |
double |
getSpan0()
Returns the envelope's span of the first dimension (in units of the associated coordinate system). |
double |
getSpan1()
Returns the envelope's span of the second dimension (in units of the associated coordinate system). |
Envelope |
merge(Envelope other)
Merges this envelope with another envelope into a new one. |
| Methods inherited from interface org.deegree.geometry.Geometry |
|---|
contains, crosses, equals, getBuffer, getCentroid, getConvexHull, getCoordinateDimension, getCoordinateSystem, getDifference, getDistance, getEnvelope, getId, getIntersection, getPrecision, getUnion, intersects, isBeyond, isDisjoint, isSFSCompliant, isWithin, isWithinDistance, overlaps, setCoordinateSystem, setGMLProperties, setId, setPrecision, touches |
| Methods inherited from interface org.deegree.commons.tom.gml.GMLObject |
|---|
getGMLProperties |
| Method Detail |
|---|
Geometry.GeometryType getGeometryType()
Geometry.GeometryType.ENVELOPE.
getGeometryType in interface GeometryGeometry.GeometryType.ENVELOPE.Point getMin()
Point getMax()
Envelope merge(Envelope other)
other -
double getSpan0()
double getSpan1()
double getSpan(int dim)
dim - index of the span to be returned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||