public class GeometryType extends DataType
| Constructor and Description |
|---|
GeometryType() |
GeometryType(GeometryShape type,
int dimensions) |
GeometryType(int dimensions) |
GeometryType(int srid,
GeometryShape type,
int dimensions) |
GeometryType(int srid,
int dimensions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getDimensions() |
GeometryShape |
getGeometryType() |
String |
getName() |
int |
getSrid() |
int |
hashCode() |
void |
setDimensions(int dimensions) |
void |
setSrid(int srid) |
void |
setType(GeometryShape type) |
String |
toString() |
public GeometryType()
public GeometryType(int srid,
int dimensions)
public GeometryType(int dimensions)
public GeometryType(int srid,
GeometryShape type,
int dimensions)
public GeometryType(GeometryShape type, int dimensions)
public int getSrid()
public void setSrid(int srid)
public GeometryShape getGeometryType()
public void setType(GeometryShape type)
public int getDimensions()
public void setDimensions(int dimensions)
Copyright © 2014. All Rights Reserved.