public class WFSFeatureField extends Object
Constructor and Description |
---|
WFSFeatureField() |
WFSFeatureField(String name,
String type,
DataType dataType) |
WFSFeatureField(String name,
String type,
int geometryType) |
Modifier and Type | Method and Description |
---|---|
void |
addField(String fieldName,
String fieldType,
DataType dataType) |
DataType |
getDataType() |
WFSFeatureField |
getFieldAt(int index) |
int |
getFieldSize() |
int |
getGeometryType() |
String |
getName() |
String |
getType() |
boolean |
isComplex() |
boolean |
isGeometry() |
String |
toString() |
protected String name
public String getName()
public String getType()
public DataType getDataType()
public boolean isGeometry()
public boolean isComplex()
public int getGeometryType()
public WFSFeatureField getFieldAt(int index)
public int getFieldSize()