public class GmlGeometryIterator extends AbstractIterator<Geometry> implements GmlConstants
_NS_PREFIX, _NS_URI, BOUNDED_BY, BOX, COORDINATES, DIMENSION, ENVELOPE, ENVELOPE_AND_GEOMETRY_TYPE_NAMES, FEATURE_COLLECTION, FEATURE_MEMBER, FILE_EXTENSION, FORMAT_DESCRIPTION, GEOMETRY_MEMBER, GEOMETRY_TYPE_NAMES, INNER_BOUNDARY_IS, LINE_STRING, LINE_STRING_MEMBER, LINEAR_RING, LOWER_CORNER, MEDIA_TYPE, MULTI_GEOMETRY, MULTI_LINE_STRING, MULTI_POINT, MULTI_POLYGON, OUTER_BOUNDARY_IS, POINT, POINT_MEMBER, POLYGON, POLYGON_MEMBER, POS, POS_LIST, SRS_NAME, UPPER_CORNER, VERSION_PROPERTY| Constructor and Description |
|---|
GmlGeometryIterator(org.springframework.core.io.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doClose() |
protected void |
doInit() |
protected Geometry |
getNext() |
static LineString |
parse(String value,
String separator,
int axisCount) |
static LineString |
parse(String value,
String decimal,
String coordSeperator,
String toupleSeperator) |
void |
remove() |
static LineString |
toCoordinateList(int axisCount,
List<double[]> listOfCoordinateArrays) |
close, finalize, hasNext, init, iterator, next, setLoadNextclearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeakpublic GmlGeometryIterator(org.springframework.core.io.Resource resource)
public static final LineString parse(String value, String separator, int axisCount)
public static LineString parse(String value, String decimal, String coordSeperator, String toupleSeperator)
public static LineString toCoordinateList(int axisCount, List<double[]> listOfCoordinateArrays)
protected void doClose()
doClose in class AbstractIterator<Geometry>protected void doInit()
doInit in class AbstractIterator<Geometry>protected Geometry getNext()
getNext in class AbstractIterator<Geometry>Copyright © 2015 Revolution Systems Inc.. All rights reserved.