|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.feature.persistence.FeatureStoreGMLIdResolver
public class FeatureStoreGMLIdResolver
GMLReferenceResolver
that uses a FeatureStore
for resolving local object references.
Constructor Summary | |
---|---|
FeatureStoreGMLIdResolver(FeatureStore fs)
Creates a new FeatureStoreGMLIdResolver instance. |
Method Summary | |
---|---|
GMLObject |
getObject(java.lang.String uri,
java.lang.String baseURL)
Returns the GMLObject that is referenced by the given URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureStoreGMLIdResolver(FeatureStore fs)
FeatureStoreGMLIdResolver
instance.
fs
- feature store to be used for retrieving local features, must not be null
Method Detail |
---|
public GMLObject getObject(java.lang.String uri, java.lang.String baseURL)
GMLReferenceResolver
GMLObject
that is referenced by the given URI.
getObject
in interface GMLReferenceResolver
uri
- URI that identifies the object, must not be null
baseURL
- optional baseURL for resolving URIs that are relative URLs, may be null
null
if no such object exists
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |