|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrecisionModel.Type | |
|---|---|
| com.vividsolutions.jts.geom | Contains the Geometry interface hierarchy and supporting classes. |
| Uses of PrecisionModel.Type in com.vividsolutions.jts.geom |
|---|
| Fields in com.vividsolutions.jts.geom declared as PrecisionModel.Type | |
|---|---|
static PrecisionModel.Type |
PrecisionModel.FIXED
Fixed Precision indicates that coordinates have a fixed number of decimal places. |
static PrecisionModel.Type |
PrecisionModel.FLOATING
Floating precision corresponds to the standard Java double-precision floating-point representation, which is based on the IEEE-754 standard |
static PrecisionModel.Type |
PrecisionModel.FLOATING_SINGLE
Floating single precision corresponds to the standard Java single-precision floating-point representation, which is based on the IEEE-754 standard |
| Methods in com.vividsolutions.jts.geom that return PrecisionModel.Type | |
|---|---|
PrecisionModel.Type |
PrecisionModel.getType()
Gets the type of this precision model |
| Constructors in com.vividsolutions.jts.geom with parameters of type PrecisionModel.Type | |
|---|---|
PrecisionModel(PrecisionModel.Type modelType)
Creates a PrecisionModel that specifies
an explicit precision model type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||