public interface IEnvelope extends Serializable
| Modifier and Type | Method and Description |
|---|---|
IEnvelope |
concat(IEnvelope other) |
boolean |
contains(IEnvelope other) |
boolean |
cross(ICoordinate c0,
ICoordinate c1) |
ICoordinate |
getCenterCoordinate() |
ICoordinateSequence |
getCoordinateSequence() |
ICoordinateSequence |
getCoordinateSequence(int steps) |
int |
getDimension() |
double |
getHeight() |
ICoordinate |
getMaximum() |
ICoordinate |
getMinimum() |
double |
getWidth() |
double |
getX() |
double |
getY() |
boolean |
interact(ICoordinate coordinate) |
boolean |
interact(IEnvelope other) |
IEnvelope |
intersection(IEnvelope envelope) |
boolean |
isMeasured() |
boolean isMeasured()
double getX()
double getY()
double getWidth()
double getHeight()
ICoordinate getMaximum()
ICoordinate getMinimum()
int getDimension()
ICoordinate getCenterCoordinate()
boolean interact(ICoordinate coordinate)
boolean interact(IEnvelope other)
boolean contains(IEnvelope other)
boolean cross(ICoordinate c0, ICoordinate c1)
ICoordinateSequence getCoordinateSequence()
ICoordinateSequence getCoordinateSequence(int steps)
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.