public class Serializable2DPackedCoordinateSequenceFactory extends Object implements Serializable, org.locationtech.jts.geom.CoordinateSequenceFactory
Constructor and Description |
---|
Serializable2DPackedCoordinateSequenceFactory() |
Modifier and Type | Method and Description |
---|---|
org.locationtech.jts.geom.CoordinateSequence |
create(org.locationtech.jts.geom.Coordinate[] coordinates) |
org.locationtech.jts.geom.CoordinateSequence |
create(org.locationtech.jts.geom.CoordinateSequence coordSeq) |
org.locationtech.jts.geom.CoordinateSequence |
create(int size,
int dimension) |
public Serializable2DPackedCoordinateSequenceFactory()
public org.locationtech.jts.geom.CoordinateSequence create(org.locationtech.jts.geom.Coordinate[] coordinates)
create
in interface org.locationtech.jts.geom.CoordinateSequenceFactory
public org.locationtech.jts.geom.CoordinateSequence create(org.locationtech.jts.geom.CoordinateSequence coordSeq)
create
in interface org.locationtech.jts.geom.CoordinateSequenceFactory
public org.locationtech.jts.geom.CoordinateSequence create(int size, int dimension)
create
in interface org.locationtech.jts.geom.CoordinateSequenceFactory
Copyright © 2019. All rights reserved.