|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GmlObjectStore
Interface providing lookup operations for gml objects.
This interface may be implemented by data stores to provide an additional operation for looking object a "gml object" directly. A gml object is typically a feature or a geometry.
Method Summary | |
---|---|
java.lang.Object |
getGmlObject(org.opengis.filter.identity.GmlObjectId id,
Hints hints)
Looks up an object by its gml id. |
Method Detail |
---|
java.lang.Object getGmlObject(org.opengis.filter.identity.GmlObjectId id, Hints hints) throws java.io.IOException
This method returns null
if no such object exists.
id
- The id of the object, must not be null
.hints
- Any hints to use when looking up the gml object, this value
may be null
.
null
if one could not be found
matching the specified id.
java.io.IOException
- Any I/O errors that occur.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |