|
|||||||||
| 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.UnknownConstructImpl
public class UnknownConstructImpl
Represents a GML construct that isn't of any familiar kind such as geometry or feature. This is just a wrapper around a DOM element. Users may ignore objects of this type or use the underlying DOM element.
| Constructor Summary | |
|---|---|
UnknownConstructImpl(UnknownConstructOwner owner,
org.w3c.dom.Element domElement,
GMLDocument document)
Initializes this GML construct and all GML constructs directly owned by it. |
|
| Method Summary | |
|---|---|
java.lang.Object |
convertToFamiliarForm()
Returns the underlying DOM element. |
FeatureIterator |
getFeatureIterator()
Provides access to features owned by this FeatureOwner. |
GeometryIterator |
getGeometryIterator()
Provides access to geometries owned by this GeometryOwner. |
PropertyIterator |
getPropertyIterator()
Returns an iterator to all properties of this feature. |
UnknownConstructIterator |
getUnknownConstructIterator()
Returns an iterator to all unknown constructs of this unknown construct. |
protected boolean |
hasCoordinates()
DOCUMENT ME! |
protected boolean |
hasCoords()
DOCUMENT ME! |
protected boolean |
hasFeatures()
DOCUMENT ME! |
protected boolean |
hasGeometries()
DOCUMENT ME! |
protected boolean |
hasProperties()
DOCUMENT ME! |
protected boolean |
hasUnknownConstructs()
DOCUMENT ME! |
protected void |
refreshInternals()
Refreshes the internal data cache from the DOM source tree. |
java.lang.String |
toString()
Returns a one-line string representation of this unknown construct. |
| Methods inherited from class org.jscience.ml.gml.dom.GMLConstructImpl |
|---|
getAttribute, getAttribute, getAttribute, getAttributeCount, getAttributeLine, getDOMElement, getGMLConstructIterator, getGMLDocument, getOwner, getXMLDescriptor, 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 |
| Constructor Detail |
|---|
public UnknownConstructImpl(UnknownConstructOwner owner,
org.w3c.dom.Element domElement,
GMLDocument document)
owner - The owner of this unknown construct.domElement - The corresponding DOM element.document - DOCUMENT ME!| Method Detail |
|---|
public java.lang.Object convertToFamiliarForm()
convertToFamiliarForm in interface UnknownConstructpublic FeatureIterator getFeatureIterator()
getFeatureIterator in interface FeatureOwnerpublic GeometryIterator getGeometryIterator()
getGeometryIterator in interface GeometryOwnerpublic PropertyIterator getPropertyIterator()
getPropertyIterator in interface PropertyOwnerpublic UnknownConstructIterator getUnknownConstructIterator()
getUnknownConstructIterator in interface UnknownConstructOwnerpublic java.lang.String toString()
toString in class GMLConstructImplprotected boolean hasProperties()
hasProperties in class GMLConstructImplprotected boolean hasCoords()
hasCoords in class GMLConstructImplprotected boolean hasCoordinates()
hasCoordinates in class GMLConstructImplprotected boolean hasGeometries()
hasGeometries in class GMLConstructImplprotected boolean hasFeatures()
hasFeatures in class GMLConstructImplprotected boolean hasUnknownConstructs()
hasUnknownConstructs 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 | ||||||||