Package org.gdal.ogr
Class GeomFieldDefn
- java.lang.Object
-
- org.gdal.ogr.GeomFieldDefn
-
public class GeomFieldDefn extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GeomFieldDefn()GeomFieldDefn(java.lang.String name_null_ok)GeomFieldDefn(java.lang.String name_null_ok, int field_type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()booleanequals(java.lang.Object obj)GeomCoordinatePrecisionGetCoordinatePrecision()java.lang.StringGetName()byte[]GetNameAsByteArray()java.lang.StringGetNameRef()SpatialReferenceGetSpatialRef()intGetType()inthashCode()intIsIgnored()intIsNullable()voidSetCoordinatePrecision(GeomCoordinatePrecision coordPrec)voidSetIgnored(int bIgnored)voidSetName(java.lang.String name)voidSetNullable(int bNullable)voidSetSpatialRef(SpatialReference srs)voidSetType(int type)
-
-
-
Method Detail
-
delete
public void delete()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
GetName
public java.lang.String GetName()
-
GetNameAsByteArray
public byte[] GetNameAsByteArray()
-
GetNameRef
public java.lang.String GetNameRef()
-
SetName
public void SetName(java.lang.String name)
-
GetType
public int GetType()
-
SetType
public void SetType(int type)
-
GetSpatialRef
public SpatialReference GetSpatialRef()
-
SetSpatialRef
public void SetSpatialRef(SpatialReference srs)
-
IsIgnored
public int IsIgnored()
-
SetIgnored
public void SetIgnored(int bIgnored)
-
IsNullable
public int IsNullable()
-
SetNullable
public void SetNullable(int bNullable)
-
GetCoordinatePrecision
public GeomCoordinatePrecision GetCoordinatePrecision()
-
SetCoordinatePrecision
public void SetCoordinatePrecision(GeomCoordinatePrecision coordPrec)
-
-