|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SI_LocationInstance | |
org.deegree_impl.clients.gazetteer.model | |
org.deegree_impl.services.gazetteer | |
org.deegree.services.gazetteer |
Uses of SI_LocationInstance in org.deegree_impl.clients.gazetteer.model |
Methods in org.deegree_impl.clients.gazetteer.model that return SI_LocationInstance | |
SI_LocationInstance[] |
GetTermsResultSet.getTerms(java.lang.String gazetteer)
|
Uses of SI_LocationInstance in org.deegree_impl.services.gazetteer |
Classes in org.deegree_impl.services.gazetteer that implement SI_LocationInstance | |
class |
SI_LocationInstance_Impl
|
Methods in org.deegree_impl.services.gazetteer that return SI_LocationInstance | |
SI_LocationInstance[] |
SI_LocationInstance_Impl.getChildren()
|
SI_LocationInstance[] |
SI_LocationInstance_Impl.getParents()
|
static SI_LocationInstance[] |
GazetteerFactory.createLocationInstances(org.w3c.dom.Element root)
creates an array of SI_LocationInstances from the passed Document |
static SI_LocationInstance |
GazetteerFactory.createLocationInstance(org.w3c.dom.Element element)
creates a SI_LocationInstance from the passed Element |
static SI_LocationInstance |
GazetteerFactory.createLocationInstance(java.util.HashMap map)
|
Methods in org.deegree_impl.services.gazetteer with parameters of type SI_LocationInstance | |
void |
SI_LocationInstance_Impl.addChildren(SI_LocationInstance child)
|
void |
SI_LocationInstance_Impl.setChildren(SI_LocationInstance[] children)
|
void |
SI_LocationInstance_Impl.addParents(SI_LocationInstance parent)
|
void |
SI_LocationInstance_Impl.setParents(SI_LocationInstance[] parents)
|
Constructors in org.deegree_impl.services.gazetteer with parameters of type SI_LocationInstance | |
SI_LocationInstance_Impl(java.lang.String geographicIdentifier,
java.lang.String alternativeGeographicIdentifier,
java.lang.String identifier,
java.util.Date begin,
java.util.Date end,
GM_Point[] position,
GM_Object[] geographicExtent,
CitedResponsibleParty administrator,
SI_LocationInstance[] parents,
SI_LocationInstance[] child,
SI_LocationType locationType)
Creates a new SI_LocationInstance_Impl object. |
Uses of SI_LocationInstance in org.deegree.services.gazetteer |
Methods in org.deegree.services.gazetteer that return SI_LocationInstance | |
SI_LocationInstance[] |
SI_LocationInstance.getParents()
|
SI_LocationInstance[] |
SI_LocationInstance.getChildren()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |