|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.ml.gml.dom.GMLConstructImpl
org.jscience.ml.gml.dom.CoordinatesImpl
public class CoordinatesImpl
A DOM-based implementation of the Coordinates interface.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_COORDINATE_DELIMITOR
DOCUMENT ME! |
static java.lang.String |
DEFAULT_COORDINATE_TUPLE_DELIMITOR
DOCUMENT ME! |
| Constructor Summary | |
|---|---|
CoordinatesImpl(Geometry owner,
org.w3c.dom.Element domElement,
GMLDocument document)
Initializes this coordinates construct and all GML constructs directly owned by it. |
|
| Method Summary | |
|---|---|
CoordinateTupleIterator |
getCoordinateTupleIterator()
Provides access to coordinate tuples in this coordinates' construct. |
UnknownConstructIterator |
getUnknownConstructIterator()
Returns an iterator to all unknown constructs of this feature. |
protected void |
refreshInternals()
Refreshes the internal cache of owned GML constructs. |
java.lang.String |
toString()
Returns a one-line string representation of this GML construct. |
| Methods inherited from class org.jscience.ml.gml.dom.GMLConstructImpl |
|---|
getAttribute, getAttribute, getAttribute, getAttributeCount, getAttributeLine, getDOMElement, getGMLConstructIterator, getGMLDocument, getOwner, getXMLDescriptor, hasCoordinates, hasCoords, hasFeatures, hasGeometries, hasProperties, hasUnknownConstructs, setGMLDocument |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jscience.ml.gml.infoset.GMLConstruct |
|---|
getAttribute, getAttribute, getAttribute, getAttributeCount, getOwner |
| Methods inherited from interface org.jscience.ml.gml.infoset.XMLDescribable |
|---|
getXMLDescriptor |
| Methods inherited from interface org.jscience.ml.gml.infoset.GMLConstructOwner |
|---|
getGMLConstructIterator |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_COORDINATE_TUPLE_DELIMITOR
public static final java.lang.String DEFAULT_COORDINATE_DELIMITOR
| Constructor Detail |
|---|
public CoordinatesImpl(Geometry owner,
org.w3c.dom.Element domElement,
GMLDocument document)
owner - The owner of this coordinates construct.domElement - The corresponding DOM element.document - DOCUMENT ME!| Method Detail |
|---|
public CoordinateTupleIterator getCoordinateTupleIterator()
getCoordinateTupleIterator in interface Coordinatespublic UnknownConstructIterator getUnknownConstructIterator()
getUnknownConstructIterator in interface UnknownConstructOwnerpublic java.lang.String toString()
toString in class GMLConstructImplprotected void refreshInternals()
refreshInternals in class GMLConstructImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||