Spatial DataBlade
JAVA API v8.21

Serialized Form


Package com.ibm.spatial

Class com.ibm.spatial.SpatialException extends java.lang.Exception implements Serializable

Serialized Fields

f_code

int f_code

f_exception

java.lang.Exception f_exception

f_location

EventLocation f_location

Package com.ibm.spatial.geom

Class com.ibm.spatial.geom.CoordPoint extends java.lang.Object implements Serializable

Class com.ibm.spatial.geom.CoordPoint.Double extends CoordPoint implements Serializable

Serialized Fields

x

double x
The x coordinate of this CoordPoint.


y

double y
The y coordinate of this CoordPoint.

Class com.ibm.spatial.geom.CoordPoint.DoubleZM extends CoordPoint.Double implements Serializable

Serialized Fields

z

double z
The z coordinate of this CoordPoint.


m

double m
The m coordinate of this CoordPoint.

Class com.ibm.spatial.geom.CoordPoint.Long extends CoordPoint implements Serializable

Serialized Fields

x

long x
The x coordinate of this CoordPoint.


y

long y
The y coordinate of this CoordPoint.

Class com.ibm.spatial.geom.CoordPoint.LongZM extends CoordPoint.Long implements Serializable

Serialized Fields

z

long z
The z coordinate of this CoordPoint.


m

long m
The m coordinate of this CoordPoint.

Class com.ibm.spatial.geom.Envelope extends java.lang.Object implements Serializable

Class com.ibm.spatial.geom.Envelope.Double extends Envelope implements Serializable

Serialized Fields

minX

double minX
The minimum x coordinate of this Envelope.


minY

double minY
The minimum y coordinate of this Envelope.


maxX

double maxX
The maximum x coordinate of this Envelope.


maxY

double maxY
The maximum y coordinate of this Envelope.


minZ

double minZ
The minimum z coordinate of this Envelope.


maxZ

double maxZ
The maximum z coordinate of this Envelope.


minM

double minM
The minimum measure of this Envelope.


maxM

double maxM
The maximum measure of this Envelope.

Class com.ibm.spatial.geom.Envelope.Long extends Envelope implements Serializable

Serialized Fields

minX

long minX
The minimum x coordinate of this Envelope.


minY

long minY
The minimum y coordinate of this Envelope.


maxX

long maxX
The maximum x coordinate of this Envelope.


maxY

long maxY
The maximum y coordinate of this Envelope.


minZ

long minZ
The minimum z coordinate of this Envelope.


maxZ

long maxZ
The maximum z coordinate of this Envelope.


minM

long minM
The minimum measure of this Envelope.


maxM

long maxM
The maximum measure of this Envelope.


Package com.ibm.spatial.srs

Class com.ibm.spatial.srs.CoordRef extends java.lang.Object implements Serializable

Serialized Fields

f_falseX

double f_falseX

f_falseY

double f_falseY

f_xyUnits

double f_xyUnits

f_xyCRound

double f_xyCRound

f_xyHalfSU

double f_xyHalfSU

f_falseZ

double f_falseZ

f_zUnits

double f_zUnits

f_zCRound

double f_zCRound

f_zHalfSU

double f_zHalfSU

f_falseM

double f_falseM

f_mUnits

double f_mUnits

f_mCRound

double f_mCRound

f_mHalfSU

double f_mHalfSU

f_dimension

int f_dimension

f_srid

int f_srid

f_authName

java.lang.String f_authName

f_authSrid

java.lang.Integer f_authSrid

f_srtext

java.lang.String f_srtext

f_description

java.lang.String f_description


Spatial DataBlade
JAVA API v8.21


Licensed Materials - Property of IBM
Copyright IBM Corp. 2002, 2012 All Rights Reserved.