|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.ml.gml.dom.GMLConstructImpl
public abstract class GMLConstructImpl
DOM-based implementation of the GMLConstruct interface.
| Constructor Summary | |
|---|---|
protected |
GMLConstructImpl(GMLConstructOwner owner,
org.w3c.dom.Element domElement,
GMLDocument document)
Creates a new GMLConstructImpl object. |
| Method Summary | |
|---|---|
Attribute |
getAttribute(int index)
DOCUMENT ME! |
Attribute |
getAttribute(java.lang.String localName)
DOCUMENT ME! |
Attribute |
getAttribute(java.lang.String namespace,
java.lang.String localName)
DOCUMENT ME! |
int |
getAttributeCount()
DOCUMENT ME! |
java.lang.String |
getAttributeLine()
DOCUMENT ME! |
org.w3c.dom.Element |
getDOMElement()
Returns the DOM element that was used as source for this feature object. |
GMLConstructIterator |
getGMLConstructIterator()
Provide access to all GML constructs. |
GMLDocument |
getGMLDocument()
DOCUMENT ME! |
GMLConstructOwner |
getOwner()
Returns the direct owner of this GML construct. |
XMLDescriptor |
getXMLDescriptor()
Returns the XML descriptor for this GML 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()
DOCUMENT ME! |
void |
setGMLDocument(GMLDocument gmlDocument)
DOCUMENT ME! |
java.lang.String |
toString()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected GMLConstructImpl(GMLConstructOwner owner,
org.w3c.dom.Element domElement,
GMLDocument document)
owner - DOCUMENT ME!domElement - DOCUMENT ME!document - DOCUMENT ME!| Method Detail |
|---|
public void setGMLDocument(GMLDocument gmlDocument)
gmlDocument - DOCUMENT ME!public GMLDocument getGMLDocument()
public GMLConstructOwner getOwner()
getOwner in interface GMLConstructpublic GMLConstructIterator getGMLConstructIterator()
getGMLConstructIterator in interface GMLConstructOwnerpublic XMLDescriptor getXMLDescriptor()
getXMLDescriptor in interface XMLDescribablepublic int getAttributeCount()
getAttributeCount in interface GMLConstructpublic Attribute getAttribute(int index)
getAttribute in interface GMLConstructindex - DOCUMENT ME!
public Attribute getAttribute(java.lang.String namespace,
java.lang.String localName)
getAttribute in interface GMLConstructnamespace - DOCUMENT ME!localName - DOCUMENT ME!
public Attribute getAttribute(java.lang.String localName)
getAttribute in interface GMLConstructlocalName - DOCUMENT ME!
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getAttributeLine()
public org.w3c.dom.Element getDOMElement()
protected boolean hasProperties()
protected boolean hasCoords()
protected boolean hasCoordinates()
protected boolean hasGeometries()
protected boolean hasFeatures()
protected boolean hasUnknownConstructs()
protected void refreshInternals()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||