|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Feature
Defines the interface every feature must implement. Feature extends the PropertyOwner interface because a feature may own properties.
| Field Summary | |
|---|---|
static java.lang.String |
BOUNDED_BY_PROP
DOCUMENT ME! |
static java.lang.String |
DESCRIPTION_PROP
DOCUMENT ME! |
static java.lang.String |
FID_ATTR
DOCUMENT ME! |
static java.lang.String |
NAME_PROP
DOCUMENT ME! |
| Method Summary | |
|---|---|
Geometry |
getBoundedBy()
Returns the boundedBy property of this feature. |
java.lang.String |
getDescription()
Returns the value of the description property of this feature. |
java.lang.String |
getId()
Returns the Id of this feature, presumably stored in the fid attribute. |
java.lang.String |
getName()
Returns the value of the name property of this feature. |
| 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 |
| Field Detail |
|---|
static final java.lang.String FID_ATTR
static final java.lang.String NAME_PROP
static final java.lang.String DESCRIPTION_PROP
static final java.lang.String BOUNDED_BY_PROP
| Method Detail |
|---|
java.lang.String getId()
java.lang.String getName()
java.lang.String getDescription()
Geometry getBoundedBy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||