Spatial DataBlade
JAVA API v8.21

Uses of Class
com.ibm.spatial.geom.Envelope

Packages that use Envelope
com.ibm.spatial.geom Provides geometry interfaces and classes. 
com.ibm.spatial.srs Provides classes necessary to manage coordinate reference objects. 
 

Uses of Envelope in com.ibm.spatial.geom
 

Subclasses of Envelope in com.ibm.spatial.geom
static class Envelope.Double
          The Double class defines a shape envelope specified in double coordinates.
static class Envelope.Long
          The Long class defines an envelope specified in long coordinates.
 

Methods in com.ibm.spatial.geom that return Envelope
abstract  Envelope Envelope.createIntersection(Envelope e)
          Returns a new Envelope object representing the intersection of this Envelope with the specified Envelope.
 Envelope Envelope.Long.createIntersection(Envelope e)
          Returns a new Envelope object representing the intersection of this Envelope with the specified Envelope.
 Envelope Envelope.Double.createIntersection(Envelope e)
          Returns a new Envelope object representing the intersection of this Envelope with the specified Envelope.
abstract  Envelope Envelope.createUnion(Envelope e)
          Returns a new Envelope object representing the union of this Envelope with the specified Envelope.
 Envelope Envelope.Long.createUnion(Envelope e)
          Returns a new Envelope object representing the union of this Envelope with the specified Envelope.
 Envelope Envelope.Double.createUnion(Envelope e)
          Returns a new Envelope object representing the union of this Envelope with the specified Envelope.
 Envelope IfxGeometry.extent()
          Returns an Envelope object that represents this geometry's envelope.
 Envelope Geometry.extent()
          Returns an Envelope object that represents this geometry's envelope.
 

Methods in com.ibm.spatial.geom with parameters of type Envelope
 void Envelope.add(Envelope e)
          Extends this envelope object to contain the envelope passed as argument.
 Geometry IfxSQLGeometryFactory.createGeometry(java.lang.String type, Envelope envelope, double[] xy, double[] z, double[] m, int[] partOffsets, int[] subPartOffsets, double length, double area)
          Creates a geometry object from all the arguments.
abstract  Envelope Envelope.createIntersection(Envelope e)
          Returns a new Envelope object representing the intersection of this Envelope with the specified Envelope.
 Envelope Envelope.Long.createIntersection(Envelope e)
          Returns a new Envelope object representing the intersection of this Envelope with the specified Envelope.
 Envelope Envelope.Double.createIntersection(Envelope e)
          Returns a new Envelope object representing the intersection of this Envelope with the specified Envelope.
 Polygon GeometryFactory.createPolygon(Envelope envelope)
          Returns a Polygon with an exterior ring specified by the envelope passed as argument.
abstract  Envelope Envelope.createUnion(Envelope e)
          Returns a new Envelope object representing the union of this Envelope with the specified Envelope.
 Envelope Envelope.Long.createUnion(Envelope e)
          Returns a new Envelope object representing the union of this Envelope with the specified Envelope.
 Envelope Envelope.Double.createUnion(Envelope e)
          Returns a new Envelope object representing the union of this Envelope with the specified Envelope.
static void Envelope.intersect(Envelope src1, Envelope src2, Envelope dest)
          Intersects the pair of specified source Envelope objects and puts the result into the specified destination Envelope object.
 boolean Envelope.intersects(Envelope e)
          Determines whether this Envelope intersects the argument
 void Envelope.setExtent(Envelope e)
          Sets this Envelope to be the same as the specified Envelope.
 void Envelope.Long.setExtent(Envelope e)
          Sets this Envelope to be the same as the specified Envelope.
 void Envelope.Double.setExtent(Envelope e)
          Sets this Envelope to be the same as the specified Envelope.
static void Envelope.union(Envelope src1, Envelope src2, Envelope dest)
          Unions the pair of source Envelope objects and puts the result into the specified destination Envelope object.
 

Uses of Envelope in com.ibm.spatial.srs
 

Methods in com.ibm.spatial.srs that return Envelope
 Envelope CoordRef.getExtent()
          Gets the extent of coordinate values covered by this coordinate reference object.
 

Methods in com.ibm.spatial.srs with parameters of type Envelope
 void CoordRef.setExtent(Envelope env)
          Sets the X, Y, Z, and M false origins and scale factors so that this coordinate reference covers objects inside the envelope specified by env.
 


Spatial DataBlade
JAVA API v8.21


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