|
Spatial DataBlade JAVA API v8.21 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoordRef | |
---|---|
com.ibm.spatial.geom | Provides geometry interfaces and classes. |
com.ibm.spatial.srs | Provides classes necessary to manage coordinate reference objects. |
Uses of CoordRef in com.ibm.spatial.geom |
---|
Methods in com.ibm.spatial.geom that return CoordRef | |
---|---|
CoordRef |
GeometryFactory.getSpatialReference()
Returns the spatial reference system of this GeometryFactory. |
Methods in com.ibm.spatial.geom with parameters of type CoordRef | |
---|---|
static GeometryFactory |
GeometryFactory.getInstance(CoordRef cr)
Returns a GeometryFactory object that can create geometries in the coordinate reference specified by srs. |
static GeometryFactory |
GeometryFactory.getInstance(java.lang.String family,
CoordRef cr)
|
Uses of CoordRef in com.ibm.spatial.srs |
---|
Methods in com.ibm.spatial.srs that return CoordRef | |
---|---|
CoordRef |
CoordRef.duplicate()
Creates a duplicate of this coordinate reference object. |
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. |
Methods in com.ibm.spatial.srs with parameters of type CoordRef | |
---|---|
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. |
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. |
boolean |
CoordRef.sameAs(CoordRef cr,
int flags)
Checks whether this object is equivalent to the object passed as argument. |
Constructors in com.ibm.spatial.srs with parameters of type CoordRef | |
---|---|
CoordRef(CoordRef cr)
Constructs a coordinate reference object by copying fields from the specified coordinate reference. |
|
Spatial DataBlade JAVA API v8.21 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |