Uses of Class
com.vividsolutions.jts.geom.PrecisionModel.Type
-
Packages that use PrecisionModel.Type Package Description com.vividsolutions.jts.geom Contains theGeometryinterface hierarchy and supporting classes. -
-
Uses of PrecisionModel.Type in com.vividsolutions.jts.geom
Fields in com.vividsolutions.jts.geom declared as PrecisionModel.Type Modifier and Type Field Description static PrecisionModel.TypePrecisionModel. FIXEDFixed Precision indicates that coordinates have a fixed number of decimal places.static PrecisionModel.TypePrecisionModel. FLOATINGFloating precision corresponds to the standard Java double-precision floating-point representation, which is based on the IEEE-754 standardstatic PrecisionModel.TypePrecisionModel. FLOATING_SINGLEFloating single precision corresponds to the standard Java single-precision floating-point representation, which is based on the IEEE-754 standardMethods in com.vividsolutions.jts.geom that return PrecisionModel.Type Modifier and Type Method Description PrecisionModel.TypePrecisionModel. getType()Gets the type of this precision modelConstructors in com.vividsolutions.jts.geom with parameters of type PrecisionModel.Type Constructor Description PrecisionModel(PrecisionModel.Type modelType)Creates aPrecisionModelthat specifies an explicit precision model type.
-