|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GMLReferenceResolver
Implementations provide the functionality to retrieve GMLObject
instances by their URI (which may be document
local or remote).
A local reference is always constructed as # + id
.
GMLReference
Method Summary | |
---|---|
GMLObject |
getObject(String uri,
String baseURL)
Returns the GMLObject that is referenced by the given URI. |
Method Detail |
---|
GMLObject getObject(String uri, String baseURL)
GMLObject
that is referenced by the given URI.
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
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |