Uses of Interface
net.anwiba.spatial.coordinate.IEnvelope
Packages that use IEnvelope
-
Uses of IEnvelope in net.anwiba.spatial.coordinate
Classes in net.anwiba.spatial.coordinate that implement IEnvelopeFields in net.anwiba.spatial.coordinate declared as IEnvelopeMethods in net.anwiba.spatial.coordinate that return IEnvelopeModifier and TypeMethodDescriptionTargetEnvelopeCalculator.calculate(IEnvelope currentEnvelope, IEnvelope maximalEnvelope, IEnvelope objectEnvelope, boolean isMoveEnabled) static IEnvelopeEnvelopeUtilities.calculateTargetEnvelope(IEnvelope currentEnvelope, IEnvelope maximalEnvelope, IEnvelope objectEnvelope, boolean isMoveEnabled) static IEnvelopestatic IEnvelopeEnvelope.create(double minX, double minY, double maxX, double maxY) static IEnvelopestatic 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) AbstractCoordinateSequenceSegment.getEnvelope()CoordinateSequence.getEnvelope()ICoordinateSequence.getEnvelope()ICoordinateSequenceSegment.getEnvelope()ILineSegment.getEnvelope()LineSegment.getEnvelope()MultiSegmentCoordinateSequence.getEnvelope()Envelope.intersection(IEnvelope other) IEnvelope.intersection(IEnvelope envelope) static IEnvelopeEnvelopeUtilities.moveCenterTo(IEnvelope envelope, ICoordinate coordinate) TargetEnvelopeCalculator.moveCenterTo(IEnvelope envelope, ICoordinate coordinate) static IEnvelopeEnvelope.withAltitude(double from, double to) IEnvelope.withAltitude(double d, double e) Envelope.withMeasured(double from, double to) IEnvelope.withMeasured(double d, double e) Methods in net.anwiba.spatial.coordinate with parameters of type IEnvelopeModifier and TypeMethodDescriptionTargetEnvelopeCalculator.calculate(IEnvelope currentEnvelope, IEnvelope maximalEnvelope, IEnvelope objectEnvelope, boolean isMoveEnabled) static IEnvelopeEnvelopeUtilities.calculateTargetEnvelope(IEnvelope currentEnvelope, IEnvelope maximalEnvelope, IEnvelope objectEnvelope, boolean isMoveEnabled) static IEnvelopebooleanbooleanstatic IEnvelopeEnvelopeUtilities.createEnvelope(IEnvelope envelope, double boundery) booleanbooleanEnvelope.intersection(IEnvelope other) IEnvelope.intersection(IEnvelope envelope) static booleanEnvelopeUtilities.isInfinity(IEnvelope envelope) static booleanEnvelopeUtilities.isNullEnvelope(IEnvelope envelope) static IEnvelopeEnvelopeUtilities.moveCenterTo(IEnvelope envelope, ICoordinate coordinate) TargetEnvelopeCalculator.moveCenterTo(IEnvelope envelope, ICoordinate coordinate) static IEnvelope -
Uses of IEnvelope in net.anwiba.spatial.coordinate.calculator
Methods in net.anwiba.spatial.coordinate.calculator with parameters of type IEnvelopeModifier and TypeMethodDescriptionstatic List<ICoordinateSequence>IntersectionCalculator.intersect(ICoordinateSequenceFactory factory, ICoordinateSequence coordinateSequence, IEnvelope envelope, int dimension)