Package net.anwiba.spatial.coordinate
Interface IEnvelope
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Envelope
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancross(ICoordinate c0, ICoordinate c1) getCoordinateSequence(int steps) intdoubledoublegetWidth()doublegetX()doublegetY()booleaninteract(double x, double y) booleaninteract(ICoordinate coordinate) booleanintersection(IEnvelope envelope) booleanwithAltitude(double d, double e) withMeasured(double d, double e)
-
Method Details
-
isMeasured
boolean isMeasured() -
getX
double getX() -
getY
double getY() -
getWidth
double getWidth() -
getHeight
double getHeight() -
getMaximum
ICoordinate getMaximum() -
getMinimum
ICoordinate getMinimum() -
getDimension
int getDimension() -
getCenterCoordinate
ICoordinate getCenterCoordinate() -
interact
boolean interact(double x, double y) -
interact
-
interact
-
contains
-
cross
-
getCoordinateSequence
ICoordinateSequence getCoordinateSequence() -
getCoordinateSequence
-
concat
-
intersection
-
withMeasured
-
withAltitude
-