Package | Description |
---|---|
com.luciad.ogc.csw.xml |
Provides support for
decoding OGC Catalogue
domain objects from XML. |
Modifier and Type | Method and Description |
---|---|
TLcdCSWRecord |
TLcdCSWDecoder.decodeRecord(javax.xml.transform.Source aSource)
Decodes an OGC catalog record from the given XML source.
|
TLcdCSWRecord |
TLcdCSWDecoder.decodeRecord(java.lang.String aSourcePath)
Decodes an OGC catalog record from the given XML file.
|