Package org.geotools.data.postgis
Class TWKBReader.TWKBMetadata
Object
TWKBMetadata
- Enclosing class:
- TWKBReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getDims()
byte
int
int
double
getScale
(int i) int
getSize()
int
getType()
int
boolean
isHasM()
boolean
isHasZ()
void
setDims
(int dims) void
setEnvelope
(CoordinateSequence envelope) void
setHasM
(boolean hasM) void
setHasZ
(boolean hasZ) void
setHeader
(byte header) void
setMprecision
(int mprecision) void
setPrecision
(int precision) void
setSize
(int size) void
setType
(int type) void
setZprecision
(int zprecision)
-
Constructor Details
-
TWKBMetadata
public TWKBMetadata()
-
-
Method Details
-
getSize
public int getSize() -
setSize
public void setSize(int size) -
getDims
public int getDims() -
setDims
public void setDims(int dims) -
getHeader
public byte getHeader() -
setHeader
public void setHeader(byte header) -
getType
public int getType() -
setType
public void setType(int type) -
getPrecision
public int getPrecision() -
getScale
public double getScale(int i) -
setPrecision
public void setPrecision(int precision) -
getZprecision
public int getZprecision() -
setZprecision
public void setZprecision(int zprecision) -
getMprecision
public int getMprecision() -
setMprecision
public void setMprecision(int mprecision) -
isHasZ
public boolean isHasZ() -
setHasZ
public void setHasZ(boolean hasZ) -
isHasM
public boolean isHasM() -
setHasM
public void setHasM(boolean hasM) -
getEnvelope
-
setEnvelope
-