|
Spatial DataBlade JAVA API v8.21 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpatialException | |
---|---|
com.ibm.spatial | Provides classes necessary to manage the IBM Informix Spatial DataBlade API and to modify default behaviors. |
com.ibm.spatial.geom | Provides geometry interfaces and classes. |
com.ibm.spatial.io | Provides interfaces and classes for reading/writing geometry objects. |
com.ibm.spatial.srs | Provides classes necessary to manage coordinate reference objects. |
com.ibm.spatial.util | Contains miscellaneous utility classes (localization, logging, error reporting, and library configuration constants). |
Uses of SpatialException in com.ibm.spatial |
---|
Methods in com.ibm.spatial that throw SpatialException | |
---|---|
static void |
SpatialManager.reportError(java.lang.Exception exception,
java.lang.String className,
java.lang.String methodName)
Report an error caused by exception . |
static void |
SpatialManager.reportError(int msgCode)
Report a fatal error with a message indicated by msgCode. |
static void |
SpatialManager.reportError(int msgCode,
int errorType,
java.lang.Object[] args,
EventLocation location)
Report an error of type errorType. |
static void |
SpatialManager.reportError(int msgCode,
java.lang.Object[] args)
Report a fatal error. |
static void |
SpatialManager.reportError(int msgCode,
java.lang.Object[] args,
EventLocation location)
Report a fatal error. |
static void |
SpatialManager.reportError(int msgCode,
java.lang.Object[] args,
java.lang.String className,
java.lang.String methodName)
Report a fatal error. |
static void |
SpatialManager.reportError(int msgCode,
java.lang.String className,
java.lang.String methodName)
Report a fatal error. |
static void |
SpatialManager.setLocale(java.util.Locale locale)
Note: this method is used internally and may be changed in future implementations without notice. |
Uses of SpatialException in com.ibm.spatial.geom |
---|
Methods in com.ibm.spatial.geom that throw SpatialException | |
---|---|
Point |
Surface.centroid()
The mathematical centroid for this Surface as a Point. |
Point |
MultiSurface.centroid()
The mathematical centroid for this MultiSurface. |
Point |
IfxSurface.centroid()
The mathematical centroid for this Surface as a Point. |
Point |
IfxMultiPolygon.centroid()
The mathematical centroid for this MultiSurface. |
Geometry |
GeometryFactory.createGeometry(java.lang.String type,
double[] xy,
double[] z,
double[] m,
int[] partOffsets,
int[] subPartOffsets)
Returns a Geometry of type specified by the string type, with coordinates specified by arrays xy (xy coordinate pairs), z (z coordinates - optional), m (m values - optional). |
Geometry |
GeometryFactory.createGeometryCollection(java.lang.String type,
Geometry[] geometries)
Returns a GeometryCollection descendent of type specified by the string type, from the specified array of geometries. |
Point |
GeometryFactory.createPoint(CoordPoint point)
Returns a Point located at the coordinates specified by point. |
Point |
GeometryFactory.createPoint(double x,
double y)
Returns a Point located at the coordinates specified by x and y. |
Point |
GeometryFactory.createPoint(double x,
double y,
double z,
double m)
Returns a Point located at the coordinates specified by point. |
Geometry |
IfxGeometryCollection.geometryN(int index)
Returns the Geometry at the specified position in this collection. |
Geometry |
GeometryCollection.geometryN(int index)
Returns the Geometry at the specified position in this collection. |
CoordPoint |
IfxGeometry.getLabelPoint()
Returns a label point for this geometry. |
void |
IfxMultiCoord.getLabelPoint(CoordPoint point)
Calculates a reasonable point location that can be used for labeling. |
void |
IfxGeometry.getLabelPoint(CoordPoint point)
Returns a label point for this geometry. |
Point |
Surface.pointOnSurface()
Returns a point guaranteed to be on this Surface. |
Point |
MultiSurface.pointOnSurface()
A Point guaranteed to be on this MultiSurface. |
Point |
IfxSurface.pointOnSurface()
Returns a point guaranteed to be on this Surface. |
Point |
IfxMultiPolygon.pointOnSurface()
A Point guaranteed to be on this object. |
Geometry[] |
IfxGeometryCollection.toArray()
Returns an array containing all of the Geometries in this object. |
Uses of SpatialException in com.ibm.spatial.io |
---|
Methods in com.ibm.spatial.io that throw SpatialException | |
---|---|
static java.util.Map |
IfxSQLData.enableTypes(java.sql.Connection conn)
Must be called to enable the spatial type mapping for a JDBC connection. |
Geometry |
GeometryReader.read(int index)
Reads the geometry at position specified by index, using supplied arguments specified by args. |
abstract Geometry |
GeometryReader.read(int index,
java.lang.Object[] args)
Reads the geometry at position specified by index, using supplied arguments specified by args. |
java.util.Iterator |
GeometryReader.readAll(java.lang.Object[] args)
Returns an Iterator containing all the geometries, starting at the index given by getMinIndex, from the input source in the form of Geometry objects. |
void |
GeometryWriter.write(Geometry geometry)
Appends a geometry to the output. |
abstract void |
GeometryWriter.write(Geometry geometry,
java.lang.Object[] args)
Appends a geometry to the output. |
void |
GeometryWriter.write(int index,
Geometry geometry,
java.lang.Object[] args)
Inserts a new geometry into an existing stream at a position specified by index. |
Uses of SpatialException in com.ibm.spatial.srs |
---|
Methods in com.ibm.spatial.srs that throw SpatialException | |
---|---|
long |
CoordRef.convertMValueToSystem(double planarValue)
Converts a world M value into its equivalent system (internal) value. |
long |
CoordRef.convertXValueToSystem(double planarValue)
Converts a world X coordinate value into its equivalent system (internal) value. |
long |
CoordRef.convertYValueToSystem(double planarValue)
Converts a world Y coordinate value into its equivalent system (internal) value. |
long |
CoordRef.convertZValueToSystem(double planarValue)
Converts a world Z value into its equivalent system (internal) value. |
java.util.Enumeration |
CoordRefManager.find(CoordRef cr,
int flags)
Retrieves an enumeration of CoordRef objects which have a given combination of srtext, authoritative name / id, extent. |
java.util.Enumeration |
CoordRefManager.findByAuth(java.lang.String authName,
java.lang.Integer authId)
Retrieves an enumeration of CoordRef objects with a given authoritative name and id. |
java.util.Enumeration |
CoordRefManager.findByDesc(java.lang.String description)
Retrieves an enumeration of CoordRef objects with a given description. |
java.util.Enumeration |
CoordRefManager.findBySrtext(java.lang.String srtext)
Retrieves an enumeration of CoordRef objects with a given srtext. |
CoordRef |
CoordRefManager.get(int srid)
Retrieves a coordinate reference with a given srid. |
CoordRef |
CoordRefManager.put(CoordRef cr)
Makes the given CoordRef object attributes permanent, by storing them into the underlying database, and in this object's cache. |
void |
CoordRefManager.refresh()
Refreshes the cached coordinate reference objects with data from the underlying database. |
void |
CoordRefManager.remove(int srid)
Removes the coordinate reference specified by srid from this object's in-use cache and, if the current connection is not null, from the database. |
void |
CoordRefManager.removeFromCache(int srid)
Removes the coordinate reference specified by srid from this object's in-use cache. |
Uses of SpatialException in com.ibm.spatial.util |
---|
Methods in com.ibm.spatial.util that throw SpatialException | |
---|---|
void |
ErrorReporter.reportError(int errorType,
int msgCode,
java.lang.Object[] args,
EventLocation location)
Reports an error of type errorType. |
|
Spatial DataBlade JAVA API v8.21 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |