org.geotools.data.shapefile.shp.xml
Class Metadata

Object
  extended by 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

Constructor Summary
Metadata()
           
 
Method Summary
 IdInfo getIdinfo()
           
 void setIdinfo(IdInfo idinfo)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Metadata

public Metadata()
Method Detail

getIdinfo

public IdInfo getIdinfo()
Returns:
Returns the idinfo.

setIdinfo

public void setIdinfo(IdInfo idinfo)
Parameters:
idinfo - The idinfo to set.


Copyright © 1996-2014 Geotools. All Rights Reserved.