Uses of Class
org.locationtech.jts.geom.PrecisionModel
-
-
Uses of PrecisionModel in org.locationtech.jts.algorithm
Fields in org.locationtech.jts.algorithm declared as PrecisionModel Modifier and Type Field Description protected PrecisionModelLineIntersector. precisionModelIf makePrecise is true, computed intersection coordinates will be made precise using Coordinate#makePreciseMethods in org.locationtech.jts.algorithm with parameters of type PrecisionModel Modifier and Type Method Description voidLineIntersector. setMakePrecise(PrecisionModel precisionModel)Deprecated.usesetPrecisionModelinsteadvoidLineIntersector. setPrecisionModel(PrecisionModel precisionModel)Force computed intersection to be rounded to a given precision model. -
Uses of PrecisionModel in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return PrecisionModel Modifier and Type Method Description PrecisionModelGeometry. getPrecisionModel()Returns thePrecisionModelused by theGeometry.PrecisionModelGeometryFactory. getPrecisionModel()Returns the PrecisionModel that Geometries created by this factory will be associated with.static PrecisionModelPrecisionModel. mostPrecise(PrecisionModel pm1, PrecisionModel pm2)Determines which of twoPrecisionModels is the most precise (allows the greatest number of significant digits).Methods in org.locationtech.jts.geom with parameters of type PrecisionModel Modifier and Type Method Description static PrecisionModelPrecisionModel. mostPrecise(PrecisionModel pm1, PrecisionModel pm2)Determines which of twoPrecisionModels is the most precise (allows the greatest number of significant digits).Constructors in org.locationtech.jts.geom with parameters of type PrecisionModel Constructor Description GeometryCollection(Geometry[] geometries, PrecisionModel precisionModel, int SRID)Deprecated.Use GeometryFactory insteadGeometryFactory(PrecisionModel precisionModel)Constructs a GeometryFactory that generates Geometries having the givenPrecisionModeland the default CoordinateSequence implementation.GeometryFactory(PrecisionModel precisionModel, int SRID)Constructs a GeometryFactory that generates Geometries having the givenPrecisionModeland spatial-reference ID, and the default CoordinateSequence implementation.GeometryFactory(PrecisionModel precisionModel, int SRID, CoordinateSequenceFactory coordinateSequenceFactory)Constructs a GeometryFactory that generates Geometries having the given PrecisionModel, spatial-reference ID, and CoordinateSequence implementation.LinearRing(Coordinate[] points, PrecisionModel precisionModel, int SRID)Deprecated.Use GeometryFactory insteadLineString(Coordinate[] points, PrecisionModel precisionModel, int SRID)Deprecated.Use GeometryFactory insteadMultiLineString(LineString[] lineStrings, PrecisionModel precisionModel, int SRID)Deprecated.Use GeometryFactory insteadMultiPoint(Point[] points, PrecisionModel precisionModel, int SRID)Deprecated.Use GeometryFactory insteadMultiPolygon(Polygon[] polygons, PrecisionModel precisionModel, int SRID)Deprecated.Use GeometryFactory insteadPoint(Coordinate coordinate, PrecisionModel precisionModel, int SRID)Deprecated.Use GeometryFactory insteadPolygon(LinearRing shell, LinearRing[] holes, PrecisionModel precisionModel, int SRID)Deprecated.Use GeometryFactory insteadPolygon(LinearRing shell, PrecisionModel precisionModel, int SRID)Deprecated.Use GeometryFactory insteadPrecisionModel(PrecisionModel pm)Copy constructor to create a newPrecisionModelfrom an existing one. -
Uses of PrecisionModel in org.locationtech.jts.io
Methods in org.locationtech.jts.io with parameters of type PrecisionModel Modifier and Type Method Description voidWKTWriter. setPrecisionModel(PrecisionModel precisionModel)Sets aPrecisionModelthat should be used on the ordinates written. -
Uses of PrecisionModel in org.locationtech.jts.noding.snapround
Constructors in org.locationtech.jts.noding.snapround with parameters of type PrecisionModel Constructor Description MCIndexSnapRounder(PrecisionModel pm) -
Uses of PrecisionModel in org.locationtech.jts.operation
Fields in org.locationtech.jts.operation declared as PrecisionModel Modifier and Type Field Description protected PrecisionModelGeometryGraphOperation. resultPrecisionModelMethods in org.locationtech.jts.operation with parameters of type PrecisionModel Modifier and Type Method Description protected voidGeometryGraphOperation. setComputationPrecision(PrecisionModel pm) -
Uses of PrecisionModel in org.locationtech.jts.operation.buffer
Constructors in org.locationtech.jts.operation.buffer with parameters of type PrecisionModel Constructor Description OffsetCurveBuilder(PrecisionModel precisionModel, BufferParameters bufParams) -
Uses of PrecisionModel in org.locationtech.jts.util
Fields in org.locationtech.jts.util declared as PrecisionModel Modifier and Type Field Description protected PrecisionModelGeometricShapeFactory. precModel -
Uses of PrecisionModel in org.locationtech.spatial4j.context.jts
Fields in org.locationtech.spatial4j.context.jts declared as PrecisionModel Modifier and Type Field Description protected static PrecisionModelJtsSpatialContextFactory. defaultPrecisionModelPrecisionModelJtsSpatialContextFactory. precisionModel
-