Uses of Interface
net.anwiba.spatial.coordinate.IEnvelope
-
Packages that use IEnvelope Package Description net.anwiba.spatial.coordinate -
-
Uses of IEnvelope in net.anwiba.spatial.coordinate
Classes in net.anwiba.spatial.coordinate that implement IEnvelope Modifier and Type Class Description classEnvelopeFields in net.anwiba.spatial.coordinate declared as IEnvelope Modifier and Type Field Description static IEnvelopeEnvelope. NULL_ENVELOPEMethods in net.anwiba.spatial.coordinate that return IEnvelope Modifier and Type Method Description IEnvelopeTargetEnvelopeCalculator. calculate(IEnvelope currentEnvelope, IEnvelope maximalEnvelope, IEnvelope objectEnvelope, boolean isMoveEnabled)static IEnvelopeEnvelopeUtilities. calculateTargetEnvelope(IEnvelope currentEnvelope, IEnvelope maximalEnvelope, IEnvelope objectEnvelope, boolean isMoveEnabled)IEnvelopeEnvelope. concat(IEnvelope other)static IEnvelopeEnvelopeUtilities. concat(IEnvelope envelope, IEnvelope other)IEnvelopeIEnvelope. concat(IEnvelope other)static IEnvelopeEnvelope. create(double minX, double minY, double maxX, double maxY)static IEnvelopeEnvelope. create(java.lang.String string)static IEnvelopeEnvelope. create(ICoordinate minimum, ICoordinate maximum)static IEnvelopeEnvelopeUtilities. createEnvelope(Coordinate coordinate, double boundery)static IEnvelopeEnvelopeUtilities. createEnvelope(ICoordinate[] boundingBox)static IEnvelopeEnvelopeUtilities. createEnvelope(ICoordinate c0, ICoordinate c1)static IEnvelopeEnvelopeUtilities. createEnvelope(ICoordinateSequence coordinateSequence)static IEnvelopeEnvelopeUtilities. createEnvelope(IEnvelope envelope, double boundery)IEnvelopeAbstractCoordinateSequenceSegment. getEnvelope()IEnvelopeCoordinateSequence. getEnvelope()IEnvelopeICoordinateSequence. getEnvelope()IEnvelopeICoordinateSequenceSegment. getEnvelope()IEnvelopeMulitSegmentCoordinateSequence. getEnvelope()IEnvelopeEnvelope. intersection(IEnvelope other)IEnvelopeIEnvelope. intersection(IEnvelope envelope)static IEnvelopeEnvelopeUtilities. moveCenterTo(IEnvelope envelope, ICoordinate coordinate)IEnvelopeTargetEnvelopeCalculator. moveCenterTo(IEnvelope envelope, ICoordinate coordinate)static IEnvelopeEnvelopeUtilities. scale(IEnvelope envelope, double scaleFactor)Methods in net.anwiba.spatial.coordinate with parameters of type IEnvelope Modifier and Type Method Description IEnvelopeTargetEnvelopeCalculator. calculate(IEnvelope currentEnvelope, IEnvelope maximalEnvelope, IEnvelope objectEnvelope, boolean isMoveEnabled)static IEnvelopeEnvelopeUtilities. calculateTargetEnvelope(IEnvelope currentEnvelope, IEnvelope maximalEnvelope, IEnvelope objectEnvelope, boolean isMoveEnabled)IEnvelopeEnvelope. concat(IEnvelope other)static IEnvelopeEnvelopeUtilities. concat(IEnvelope envelope, IEnvelope other)IEnvelopeIEnvelope. concat(IEnvelope other)booleanEnvelope. contains(IEnvelope other)booleanIEnvelope. contains(IEnvelope other)static IEnvelopeEnvelopeUtilities. createEnvelope(IEnvelope envelope, double boundery)booleanEnvelope. interact(IEnvelope other)booleanIEnvelope. interact(IEnvelope other)IEnvelopeEnvelope. intersection(IEnvelope other)IEnvelopeIEnvelope. intersection(IEnvelope envelope)static booleanEnvelopeUtilities. isInfinity(IEnvelope envelope)static booleanEnvelopeUtilities. isNullEnvelope(IEnvelope envelope)static IEnvelopeEnvelopeUtilities. moveCenterTo(IEnvelope envelope, ICoordinate coordinate)IEnvelopeTargetEnvelopeCalculator. moveCenterTo(IEnvelope envelope, ICoordinate coordinate)static IEnvelopeEnvelopeUtilities. scale(IEnvelope envelope, double scaleFactor)
-