Uses of Class
org.locationtech.jts.geom.impl.CoordinateArraySequenceFactory
-
Packages that use CoordinateArraySequenceFactory Package Description org.locationtech.jts.geom.impl Implementations of interfaces for geometric structures. -
-
Uses of CoordinateArraySequenceFactory in org.locationtech.jts.geom.impl
Fields in org.locationtech.jts.geom.impl declared as CoordinateArraySequenceFactory Modifier and Type Field Description private static CoordinateArraySequenceFactory
CoordinateArraySequenceFactory. instanceObject
Methods in org.locationtech.jts.geom.impl that return CoordinateArraySequenceFactory Modifier and Type Method Description static CoordinateArraySequenceFactory
CoordinateArraySequenceFactory. instance()
Returns the singleton instance ofCoordinateArraySequenceFactory
-