Module org.apache.jena.geosparql
Class CustomCoordinateSequenceFactory
java.lang.Object
org.apache.jena.geosparql.implementation.jts.CustomCoordinateSequenceFactory
- All Implemented Interfaces:
Serializable
,org.locationtech.jts.geom.CoordinateSequenceFactory
public class CustomCoordinateSequenceFactory
extends Object
implements org.locationtech.jts.geom.CoordinateSequenceFactory, Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.locationtech.jts.geom.CoordinateSequence
create
(int size, int dimension) org.locationtech.jts.geom.CoordinateSequence
create
(org.locationtech.jts.geom.Coordinate[] coordinates) org.locationtech.jts.geom.CoordinateSequence
create
(org.locationtech.jts.geom.CoordinateSequence coordSeq) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.locationtech.jts.geom.CoordinateSequenceFactory
create
-
Constructor Details
-
CustomCoordinateSequenceFactory
public CustomCoordinateSequenceFactory()
-
-
Method Details
-
create
public org.locationtech.jts.geom.CoordinateSequence create(org.locationtech.jts.geom.Coordinate[] coordinates) - Specified by:
create
in interfaceorg.locationtech.jts.geom.CoordinateSequenceFactory
-
create
public org.locationtech.jts.geom.CoordinateSequence create(org.locationtech.jts.geom.CoordinateSequence coordSeq) - Specified by:
create
in interfaceorg.locationtech.jts.geom.CoordinateSequenceFactory
-
create
public org.locationtech.jts.geom.CoordinateSequence create(int size, int dimension) - Specified by:
create
in interfaceorg.locationtech.jts.geom.CoordinateSequenceFactory
-