|
|||||||||
| 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.FeatureImpl
org.jscience.ml.gml.dom.FeatureCollectionImpl
public class FeatureCollectionImpl
A DOM-based implementation of the FeatureCollection interface.
| Field Summary |
|---|
| Fields inherited from interface org.jscience.ml.gml.infoset.Feature |
|---|
BOUNDED_BY_PROP, DESCRIPTION_PROP, FID_ATTR, NAME_PROP |
| Constructor Summary | |
|---|---|
protected |
FeatureCollectionImpl(FeatureOwner owner,
org.w3c.dom.Element domElement,
GMLDocument document)
Calls the superclass constructor. |
| Method Summary | |
|---|---|
FeatureIterator |
getFeatureIterator()
Provides access to features owned by this FeatureOwner. |
protected void |
refreshInternals()
Refreshes the internal data cache from the DOM source tree. |
java.lang.String |
toString()
Returns a one-line string description of this object. |
| Methods inherited from class org.jscience.ml.gml.dom.FeatureImpl |
|---|
getBoundedBy, getDescription, getId, getName, getPropertyIterator, getUnknownConstructIterator, hasProperties, hasUnknownConstructs, newFeature |
| Methods inherited from class org.jscience.ml.gml.dom.GMLConstructImpl |
|---|
getAttribute, getAttribute, getAttribute, getAttributeCount, getAttributeLine, getDOMElement, getGMLConstructIterator, getGMLDocument, getOwner, getXMLDescriptor, hasCoordinates, hasCoords, hasFeatures, hasGeometries, 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.Feature |
|---|
getBoundedBy, getDescription, getId, getName |
| 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.UnknownConstructOwner |
|---|
getUnknownConstructIterator |
| Methods inherited from interface org.jscience.ml.gml.infoset.PropertyOwner |
|---|
getPropertyIterator |
| Methods inherited from interface org.jscience.ml.gml.infoset.GMLConstructOwner |
|---|
getGMLConstructIterator |
| Constructor Detail |
|---|
protected FeatureCollectionImpl(FeatureOwner owner,
org.w3c.dom.Element domElement,
GMLDocument document)
| Method Detail |
|---|
public FeatureIterator getFeatureIterator()
getFeatureIterator in interface FeatureOwnerpublic java.lang.String toString()
toString in class FeatureImplprotected void refreshInternals()
refreshInternals in class FeatureImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||