|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeoModelLocation
An interface representing all objects that can be connected to a location on earth: places, elements that can be names of places, and added nodes that can represent locations.
Method Summary | |
---|---|
java.lang.String |
asGML()
My geographical info presented as a Geographical Markup Language fragment. |
java.lang.String |
getGeographicalDescription()
Get the geographical description for the place connected to this object. |
java.lang.String |
getGeoInfo()
My geographical info presented as a "rdf" including an identifier for myself. |
void |
setGeographicalDescription(java.lang.String description)
Set a geographical description for the place connected to this object. |
Method Detail |
---|
void setGeographicalDescription(java.lang.String description) throws GeoModelException
description
- A geographical description, possible formalised using
pseudo-XML code.
GeoModelException
java.lang.String getGeographicalDescription()
java.lang.String getGeoInfo()
java.lang.String asGML()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |