Uses of Class
anl.repast.gis.data.FieldNameAndType

Packages that use FieldNameAndType
anl.repast.gis.data   
 

Uses of FieldNameAndType in anl.repast.gis.data
 

Methods in anl.repast.gis.data that return FieldNameAndType
 FieldNameAndType[] OpenMapData.interrogate(java.lang.String datasource)
          Looks into a Shapefile and returns an array of FieldNameAndType objects which show the names and types of fields in the Shapefile's dbf file
 FieldNameAndType[] GeotoolsData.interrogate(java.lang.String fileName)