Package | Description |
---|---|
org.apache.sis.geometry |
Basic geometric objects (envelopes and direct positions).
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDirectPosition.setLocation(DirectPosition position)
Sets this direct position to the given position.
|
Constructor and Description |
---|
Envelope2D(DirectPosition lowerCorner,
DirectPosition upperCorner)
Constructs a two-dimensional envelope defined by the specified coordinates.
|
GeneralEnvelope(DirectPosition lowerCorner,
DirectPosition upperCorner)
Constructs an envelope defined by two corners given as direct positions.
|
ImmutableEnvelope(DirectPosition lowerCorner,
DirectPosition upperCorner)
Constructs an envelope defined by two corners given as direct positions.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.