Package | Description |
---|---|
org.geotools.coverage |
Coverage implementation.
|
org.geotools.geometry |
org.geotools.geometry.Geometry implementation.
|
Modifier and Type | Field and Description |
---|---|
protected GeneralDirectPosition |
AbstractCoverage.Renderable.coordinate
A coordinate point where to evaluate the function.
|
Modifier and Type | Class and Description |
---|---|
class |
TransformedDirectPosition
A direct position capable to transform a point between an arbitrary CRS
and its own CRS.
|
Modifier and Type | Method and Description |
---|---|
GeneralDirectPosition |
GeneralDirectPosition.clone()
Returns a deep copy of this position.
|
Modifier and Type | Method and Description |
---|---|
void |
GeneralDirectPosition.setLocation(GeneralDirectPosition position)
Set this coordinate to the specified direct position.
|
Constructor and Description |
---|
GeneralEnvelope(GeneralDirectPosition minDP,
GeneralDirectPosition maxDP)
Constructs a envelope defined by two positions.
|
Copyright © 1996–2019 Geotools. All rights reserved.