Package org.gvsig.remoteclient.wfs
Class WFSFeatureField
java.lang.Object
org.gvsig.remoteclient.wfs.WFSFeatureField
- Direct Known Subclasses:
WFSFeature
- Version:
- $Id$
- Author:
- gvSIG Team
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWFSFeatureField(String name, String type, int geometryType) WFSFeatureField(String name, String type, org.gvsig.tools.dataTypes.DataType dataType) -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.gvsig.tools.dataTypes.DataTypegetFieldAt(int index) intintgetName()getType()booleanbooleantoString()
-
Field Details
-
name
-
-
Constructor Details
-
WFSFeatureField
public WFSFeatureField() -
WFSFeatureField
-
WFSFeatureField
-
-
Method Details
-
getName
- Returns:
- the name
-
getType
- Returns:
- the type
-
getDataType
public org.gvsig.tools.dataTypes.DataType getDataType()- Returns:
- the dataType
-
isGeometry
public boolean isGeometry()- Returns:
- the isGeometry
-
isComplex
public boolean isComplex() -
getGeometryType
public int getGeometryType()- Returns:
- the geometryType
-
getFieldAt
- Returns:
- Returns the fields.
-
getFieldSize
public int getFieldSize() -
addField
-
toString
-