Uses of Class
org.locationtech.jts.geom.PrecisionModel.Type
Packages that use PrecisionModel.Type
Package
Description
Contains the
Geometry
interface hierarchy and supporting classes.-
Uses of PrecisionModel.Type in org.locationtech.jts.geom
Fields in org.locationtech.jts.geom declared as PrecisionModel.TypeModifier and TypeFieldDescriptionstatic final PrecisionModel.Type
PrecisionModel.FIXED
Fixed Precision indicates that coordinates have a fixed number of decimal places.static final PrecisionModel.Type
PrecisionModel.FLOATING
Floating precision corresponds to the standard Java double-precision floating-point representation, which is based on the IEEE-754 standardstatic final 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 standardprivate PrecisionModel.Type
PrecisionModel.modelType
The type of PrecisionModel this represents.Methods in org.locationtech.jts.geom that return PrecisionModel.TypeConstructors in org.locationtech.jts.geom with parameters of type PrecisionModel.TypeModifierConstructorDescriptionPrecisionModel
(PrecisionModel.Type modelType) Creates aPrecisionModel
that specifies an explicit precision model type.