org.geotools.data.shapefile.shp.xml
Class Metadata
java.lang.Object
org.geotools.data.shapefile.shp.xml.Metadata
- public class Metadata
- extends java.lang.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
Methods inherited from class java.lang.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 © GeoTools. All Rights Reserved.