| java.lang.Object org.geotools.data.vpf.VPFFeatureClass
VPFFeatureClass | public class VPFFeatureClass implements DataTypesDefinition,FileConstants,FeatureType(Code) | | A VPF feature class. Note that feature classes may contain one
or more feature types. However, all of the feature types of a
feature class share the same schema. A feature type will therefore
delegate its schema related operations to its feature class.
author: Jeff Yutzler |
Constructor Summary | |
public | VPFFeatureClass(VPFCoverage cCoverage, String cName, String cDirectoryName) | public | VPFFeatureClass(VPFCoverage cCoverage, String cName, String cDirectoryName, URI cNamespace) Constructor
Parameters: cCoverage - the owning coverage Parameters: cName - the name of the class Parameters: cDirectoryName - the directory containing the class Parameters: cNamespace - the namespace to create features with. |
VPFFeatureClass | public VPFFeatureClass(VPFCoverage cCoverage, String cName, String cDirectoryName) throws SchemaException(Code) | | Constructor
Parameters: cCoverage - the owning coverage Parameters: cName - the name of the class Parameters: cDirectoryName - the directory containing the class throws: SchemaException - For problems making one of the feature classes as a FeatureType. |
VPFFeatureClass | public VPFFeatureClass(VPFCoverage cCoverage, String cName, String cDirectoryName, URI cNamespace) throws SchemaException(Code) | | Constructor
Parameters: cCoverage - the owning coverage Parameters: cName - the name of the class Parameters: cDirectoryName - the directory containing the class Parameters: cNamespace - the namespace to create features with. If null thena default from VPFLibrary.DEFAULTNAMESPACE is assigned. throws: SchemaException - For problems making one of the feature classes as a FeatureType. |
getAttributeCount | public int getAttributeCount()(Code) | | |
getCoverage | public VPFCoverage getCoverage()(Code) | | The coverage that owns this feature class
a VPFCoverage object |
getDirectoryName | public String getDirectoryName()(Code) | | The path to the directory that contains this feature class
a String value representing the path to the directory. |
getFileList | public List getFileList()(Code) | | Returns a list of file objects
a List containing VPFFile objects. |
getJoinList | public List getJoinList()(Code) | | DOCUMENT ME!
aList containing ColumnPair objects which identify the file joins. |
hasAttributeType | public boolean hasAttributeType(String xPath)(Code) | | |
hashCode | public int hashCode()(Code) | | |
isAbstract | public boolean isAbstract()(Code) | | |
isDescendedFrom | public boolean isDescendedFrom(URI nsURI, String typeName)(Code) | | |
|
|