public class FeatureDefn extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
FeatureDefn() |
protected |
FeatureDefn(long cPtr,
boolean cMemoryOwn) |
|
FeatureDefn(String name_null_ok) |
Modifier and Type | Method and Description |
---|---|
void |
AddFieldDefn(FieldDefn defn) |
protected void |
addReference(Object reference) |
void |
delete() |
boolean |
equals(Object obj) |
protected void |
finalize() |
protected static long |
getCPtr(FeatureDefn obj) |
protected static long |
getCPtrAndDisown(FeatureDefn obj) |
int |
GetFieldCount() |
FieldDefn |
GetFieldDefn(int i) |
int |
GetFieldIndex(String name) |
int |
GetGeomType() |
String |
GetName() |
int |
GetReferenceCount() |
int |
hashCode() |
int |
IsGeometryIgnored() |
int |
IsStyleIgnored() |
void |
SetGeometryIgnored(int bIgnored) |
void |
SetGeomType(int geom_type) |
void |
SetStyleIgnored(int bIgnored) |
protected FeatureDefn(long cPtr, boolean cMemoryOwn)
public FeatureDefn(String name_null_ok)
public FeatureDefn()
protected static long getCPtr(FeatureDefn obj)
public void delete()
protected static long getCPtrAndDisown(FeatureDefn obj)
protected void addReference(Object reference)
public String GetName()
public int GetFieldCount()
public FieldDefn GetFieldDefn(int i)
public int GetFieldIndex(String name)
public void AddFieldDefn(FieldDefn defn)
public int GetGeomType()
public void SetGeomType(int geom_type)
public int GetReferenceCount()
public int IsGeometryIgnored()
public void SetGeometryIgnored(int bIgnored)
public int IsStyleIgnored()
public void SetStyleIgnored(int bIgnored)
Copyright © 2014. All rights reserved.