public class GeomFieldDefn extends Object
Constructor and Description |
---|
GeomFieldDefn() |
GeomFieldDefn(String name_null_ok) |
GeomFieldDefn(String name_null_ok,
int field_type) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
boolean |
equals(Object obj) |
int |
GetFieldType() |
String |
GetName() |
String |
GetNameRef() |
SpatialReference |
GetSpatialRef() |
int |
hashCode() |
int |
IsIgnored() |
void |
SetIgnored(int bIgnored) |
void |
SetName(String name) |
void |
SetSpatialRef(SpatialReference srs) |
void |
SetType(int type) |
public GeomFieldDefn(String name_null_ok, int field_type)
public GeomFieldDefn(String name_null_ok)
public GeomFieldDefn()
public void delete()
public String GetName()
public String GetNameRef()
public void SetName(String name)
public int GetFieldType()
public void SetType(int type)
public SpatialReference GetSpatialRef()
public void SetSpatialRef(SpatialReference srs)
public int IsIgnored()
public void SetIgnored(int bIgnored)