|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Geometry
Defines the interface every GML geometry must implement.
| Field Summary | |
|---|---|
static java.lang.String |
GID_ATTR
DOCUMENT ME! |
static java.lang.String |
SRS_NAME_ATTR
DOCUMENT ME! |
| Method Summary | |
|---|---|
CoordinateTupleIterator |
getCoordinateTupleIterator()
A convenience method to gain access to geometry coordinates. |
java.lang.String |
getId()
Returns the Id of this geometry, presumably specified with gid attribute. |
GeometryIterator |
getInnerBoundaryIterator()
A convenience method to gain access to inner boundaries if available. |
java.lang.String |
getSRSName()
Returns the name of the Spatial Reference System (SRS) |
| 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.PropertyOwner |
|---|
getPropertyIterator |
| Methods inherited from interface org.jscience.ml.gml.infoset.UnknownConstructOwner |
|---|
getUnknownConstructIterator |
| Methods inherited from interface org.jscience.ml.gml.infoset.GMLConstructOwner |
|---|
getGMLConstructIterator |
| Field Detail |
|---|
static final java.lang.String GID_ATTR
static final java.lang.String SRS_NAME_ATTR
| Method Detail |
|---|
java.lang.String getSRSName()
java.lang.String getId()
CoordinateTupleIterator getCoordinateTupleIterator()
GeometryIterator getInnerBoundaryIterator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||