Package | Description |
---|---|
org.opengis.geometry |
Root package for geometries.
|
Modifier and Type | Field and Description |
---|---|
static PrecisionType |
PrecisionType.DOUBLE
Floating precision corresponds to the standard Java double-precision floating-point
representation, which is based on the IEEE-754 standard.
|
static PrecisionType |
PrecisionType.FIXED
Fixed precision indicates that coordinates have a fixed number of decimal places.
|
static PrecisionType |
PrecisionType.FLOAT
Floating single precision corresponds to the standard Java single-precision floating-point
representation, which is based on the IEEE-754 standard.
|
Modifier and Type | Method and Description |
---|---|
PrecisionType[] |
PrecisionType.family()
Returns the list of enumerations of the same kind than this enum.
|
PrecisionType |
Precision.getType()
Returns the type of this precision model.
|
static PrecisionType |
PrecisionType.valueOf(String code)
Returns the precision type that matches the given string, or returns a new one if none match
it.
|
static PrecisionType[] |
PrecisionType.values()
Returns the list of
PrecisionModelType s. |
Modifier and Type | Method and Description |
---|---|
Precision |
PrecisionFactory.createFixedPrecision(PrecisionType code,
double scale)
Creates a Precision of the provided type, scale is used for
PrecisionType.FIXED.
|
Copyright © 1996–2022 Geotools. All rights reserved.