org.deegree.services.gazetteer
Interface SI_LocationInstance

All Known Implementing Classes:
SI_LocationInstance_Impl

public interface SI_LocationInstance

Version:
$Revision: 1.4 $
Author:
AxxL

Method Summary
 CitedResponsibleParty getAdministrator()
           
 java.lang.String getAlternativeGeographicIdentifier()
          equivalent to RT in a thesaurus.
 java.util.Date getBegin()
          for the TemporalExtent
 SI_LocationInstance[] getChildren()
           
 java.util.Date getEnd()
          for the TemporalExtent
 GM_Object[] getGeographicExtent()
           
 java.lang.String getGeographicIdentifier()
           
 java.lang.String getIdentifier()
          returns a unique identifier for a location instance
 SI_LocationType getLocationType()
           
 SI_LocationInstance[] getParents()
           
 GM_Point[] getPosition()
          TDB - should we support optional multiple bounding boxes or a single one?
 java.net.URL getSourceFeature()
          returns an URL containing a request against a WFS returning the feature that is the source of this SI_LocationInstance
 

Method Detail

getGeographicIdentifier

public java.lang.String getGeographicIdentifier()
Returns:

getAlternativeGeographicIdentifier

public java.lang.String getAlternativeGeographicIdentifier()
equivalent to RT in a thesaurus.

Returns:

getIdentifier

public java.lang.String getIdentifier()
returns a unique identifier for a location instance


getBegin

public java.util.Date getBegin()
for the TemporalExtent

Returns:

getEnd

public java.util.Date getEnd()
for the TemporalExtent

Returns:

getPosition

public GM_Point[] getPosition()
TDB - should we support optional multiple bounding boxes or a single one? Restricted to one to meet UML and minimise semantic variability between implementations.

Returns:

getGeographicExtent

public GM_Object[] getGeographicExtent()
Returns:

getAdministrator

public CitedResponsibleParty getAdministrator()
Returns:

getParents

public SI_LocationInstance[] getParents()
Returns:

getChildren

public SI_LocationInstance[] getChildren()
Returns:

getLocationType

public SI_LocationType getLocationType()
Returns:

getSourceFeature

public java.net.URL getSourceFeature()
returns an URL containing a request against a WFS returning the feature that is the source of this SI_LocationInstance

Returns: