|
||||||||||
| 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.
getObject in interface ReferenceResolveruri - URI that identifies the object, must not be nullbaseURL - 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 | |||||||||