public interface GmlObjectStore
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.
| Modifier and Type | Method and Description |
|---|---|
Object |
getGmlObject(GmlObjectId id,
Hints hints)
Looks up an object by its gml id.
|
Object getGmlObject(GmlObjectId id, Hints hints) throws 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.IOException - Any I/O errors that occur.Copyright © 1996–2019 Geotools. All rights reserved.