|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GeographicalLocation
The GeographicalLocationInfo components model the person�s or the device�s geographical location. The GeographicalLocationInfo and CivicLocationInfo interfaces together form an implementation of the GEOPRIV Location Object Format specified in RFC4119.
| Method Summary | |
|---|---|
CivicLocationInfo |
createCivicLocationInfo()
Creates a CivicLocationInfo and adds it to the ImsGeographicalLocationInfo. |
CivicLocationInfo |
getCivicLocationInfo()
Returns the CivicLocationInfo of the ImsGeographicalLocationInfo. |
String |
getCoordinates()
Returns the coordinates of the current GeographicalLocationInfo. |
String |
getGMLId()
Returns the Geography Markup Language (GML) identifier for the current point of the GeographicalLocationInfo. |
String |
getSRSName()
Returns the Spatial Reference System (SRS) name of the current point of the GeographicalLocationInfo. |
void |
removeCivicLocationInfo()
Removes any existing CivicLocationInfo from the GeographicalLocationInfo. |
void |
removePoint()
Removes any existing point from the GeographicalLocation. |
void |
setPoint(String gmlId,
String srsName,
String coordinates)
Sets the point of the current GeographicalLocationInfo, including the Geography Markup Language (GML) identifier, the Spartial Reference System (SRS) name and the coordinates. |
| Method Detail |
|---|
CivicLocationInfo createCivicLocationInfo()
CivicLocationInfo getCivicLocationInfo()
void removeCivicLocationInfo()
String getCoordinates()
String getGMLId()
String getSRSName()
void setPoint(String gmlId,
String srsName,
String coordinates)
gmlId - the GML identity.srsName - the SRS name.coordinates - the coordinates.void removePoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||