Class GeometryColumn
java.lang.Object
com.vividsolutions.jump.datastore.GeometryColumn
Metadata about a Geometry Column
-
Constructor Summary
ConstructorsConstructorDescriptionGeometryColumn(String name) GeometryColumn(String name, int srid) GeometryColumn(String name, int coordDimension, int srid, String type) GeometryColumn(String name, int coordDimension, int srid, String type, boolean indexed) Ctor with boolean parameter telling if column is indexedGeometryColumn(String name, int srid, String type) GeometryColumn(String name, int srid, String type, boolean indexed) Constructor with boolean parameter telling if column is indexed -
Method Summary
Modifier and TypeMethodDescriptionintgetName()intgetSRID()getType()voidsetCoordDimension(int coordDimension) voidsetIndexed(Boolean indexed) voidSets the type of this GeometryColumntoString()
-
Constructor Details
-
GeometryColumn
-
GeometryColumn
-
GeometryColumn
-
GeometryColumn
-
GeometryColumn
Ctor with boolean parameter telling if column is indexed- Parameters:
name- the name of the geometry columncoordDimension- the dimension of coordinates (2D, 3D)srid- the SRID of the geometry columntype- the geometric native type of the geometry column (GEOMETRY, SDO_GEOMETRY...)indexed- true if the geometry column is indexed
-
GeometryColumn
Constructor with boolean parameter telling if column is indexed- Parameters:
name- the name of the geometry columnsrid- the SRID of the geometry columntype- the geometric native type of the geometry column (GEOMETRY, SDO_GEOMETRY...)indexed- true if the geometry column is indexed
-
-
Method Details
-
getName
-
getSRID
public int getSRID() -
getType
-
setType
Sets the type of this GeometryColumn- Parameters:
type- the database type of the Geometry Column (default = "Geometry")
-
getCoordDimension
public int getCoordDimension() -
setCoordDimension
public void setCoordDimension(int coordDimension) -
toString
-
isIndexed
-
setIndexed
-