org.jscience.ml.gml.infoset
Interface Coordinates
- All Superinterfaces:
- GMLConstruct, GMLConstructOwner, UnknownConstructOwner, XMLDescribable
- All Known Implementing Classes:
- CoordinatesImpl
public interface Coordinates
- extends GMLConstruct, UnknownConstructOwner
Defines the interface that every GML coordinates' construct must implement.
The GML coordinates' construct contains a list of coordinate tuples. A
single coordinate tuple may be represented using the GML coord construct.
getCoordinateTupleIterator
CoordinateTupleIterator getCoordinateTupleIterator()
- Provides access to coordinate tuples in this coordinates'
construct.
- Returns:
- Returns an iterator to coordinate tuples. Cannot be null.