org.geotools.data.shapefile.shp.xml
Class Metadata
Object
Metadata
public class Metadata
- extends Object
Bean capturing shapefile metadata information.
To create please use the included ShpXmlFileReader, this is only a data
object.
Note: This bean currently extends MetadataEntity to allow for uses with
Discovery.search( QueryRequest ). When QueryRequest can actually handle
normal java beans we can remove this restrictions.
- Since:
- 0.3
- Author:
- jgarnett
- Module:
modules/plugin/shapefile (gt-shapefile.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Metadata
public Metadata()
getIdinfo
public IdInfo getIdinfo()
- Returns:
- Returns the idinfo.
setIdinfo
public void setIdinfo(IdInfo idinfo)
- Parameters:
idinfo
- The idinfo to set.
Copyright © 1996-2009 Geotools. All Rights Reserved.