Package net.anwiba.spatial.coordinate
Class EnvelopeUtilities
java.lang.Object
net.anwiba.spatial.coordinate.EnvelopeUtilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IEnvelopecalculateTargetEnvelope(IEnvelope currentEnvelope, IEnvelope maximalEnvelope, IEnvelope objectEnvelope, boolean isMoveEnabled) static IEnvelopestatic IEnvelopecreateEnvelope(Coordinate coordinate, double boundery) static IEnvelopecreateEnvelope(ICoordinate[] boundingBox) static IEnvelopecreateEnvelope(ICoordinate c0, ICoordinate c1) static IEnvelopecreateEnvelope(ICoordinateSequence coordinateSequence) static IEnvelopecreateEnvelope(IEnvelope envelope, double boundery) static booleanisInfinity(IEnvelope envelope) static booleanisNullEnvelope(IEnvelope envelope) static IEnvelopemoveCenterTo(IEnvelope envelope, ICoordinate coordinate) static IEnvelope
-
Constructor Details
-
EnvelopeUtilities
public EnvelopeUtilities()
-
-
Method Details
-
concat
-
isNullEnvelope
-
createEnvelope
-
createEnvelope
-
createEnvelope
-
createEnvelope
-
createEnvelope
-
scale
-
moveCenterTo
-
calculateTargetEnvelope
-
isInfinity
-