| Package | Description |
|---|---|
| net.anwiba.spatial.coordinate |
| Modifier and Type | Class and Description |
|---|---|
class |
Envelope |
| Modifier and Type | Field and Description |
|---|---|
static IEnvelope |
Envelope.NULL_ENVELOPE |
| Modifier and Type | Method and Description |
|---|---|
static IEnvelope |
EnvelopeUtilities.calculateTargetEnvelope(IEnvelope currentEnvelope,
IEnvelope maximalEnvelope,
IEnvelope objectEnvelope,
boolean isMoveEnabled) |
IEnvelope |
Envelope.concat(IEnvelope other) |
IEnvelope |
IEnvelope.concat(IEnvelope other) |
static IEnvelope |
EnvelopeUtilities.concat(IEnvelope envelope,
IEnvelope other) |
static IEnvelope |
Envelope.create(double minX,
double minY,
double maxX,
double maxY) |
static IEnvelope |
Envelope.create(String string) |
static IEnvelope |
EnvelopeUtilities.createEnvelope(Coordinate coordinate,
double boundery) |
static IEnvelope |
EnvelopeUtilities.createEnvelope(ICoordinate[] boundingBox) |
static IEnvelope |
EnvelopeUtilities.createEnvelope(ICoordinate c0,
ICoordinate c1) |
static IEnvelope |
EnvelopeUtilities.createEnvelope(ICoordinateSequence coordinateSequence) |
static IEnvelope |
EnvelopeUtilities.createEnvelope(IEnvelope envelope,
double boundery) |
IEnvelope |
ICoordinateSequenceSegment.getEnvelope() |
IEnvelope |
MulitSegmentCoordinateSequence.getEnvelope() |
IEnvelope |
CompoundCoordinateSequence.getEnvelope() |
IEnvelope |
AbstractCoordinateSequenceSegment.getEnvelope() |
IEnvelope |
CoordinateSequence.getEnvelope() |
IEnvelope |
ICoordinateSequence.getEnvelope() |
IEnvelope |
Envelope.intersection(IEnvelope other) |
IEnvelope |
IEnvelope.intersection(IEnvelope envelope) |
static IEnvelope |
EnvelopeUtilities.moveCenterTo(IEnvelope envelope,
ICoordinate coordinate) |
static IEnvelope |
EnvelopeUtilities.scale(IEnvelope envelope,
double scaleFactor) |
| Modifier and Type | Method and Description |
|---|---|
static IEnvelope |
EnvelopeUtilities.calculateTargetEnvelope(IEnvelope currentEnvelope,
IEnvelope maximalEnvelope,
IEnvelope objectEnvelope,
boolean isMoveEnabled) |
IEnvelope |
Envelope.concat(IEnvelope other) |
IEnvelope |
IEnvelope.concat(IEnvelope other) |
static IEnvelope |
EnvelopeUtilities.concat(IEnvelope envelope,
IEnvelope other) |
boolean |
Envelope.contains(IEnvelope other) |
boolean |
IEnvelope.contains(IEnvelope other) |
static IEnvelope |
EnvelopeUtilities.createEnvelope(IEnvelope envelope,
double boundery) |
boolean |
Envelope.interact(IEnvelope other) |
boolean |
IEnvelope.interact(IEnvelope other) |
IEnvelope |
Envelope.intersection(IEnvelope other) |
IEnvelope |
IEnvelope.intersection(IEnvelope envelope) |
static boolean |
EnvelopeUtilities.isInfinity(IEnvelope envelope) |
static boolean |
EnvelopeUtilities.isNullEnvelope(IEnvelope envelope) |
static IEnvelope |
EnvelopeUtilities.moveCenterTo(IEnvelope envelope,
ICoordinate coordinate) |
static IEnvelope |
EnvelopeUtilities.scale(IEnvelope envelope,
double scaleFactor) |
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.