Box Class

Bounding Box

Constructors

Box( double minX, double minY, double maxX, double maxY )
Box( Point min, Point max )

Public Methods

setSRS( String srsName ) returns void
public Box(Point Point){ } public Box(Line Line){ } public Box(Polygon Polygon){ }
getSRS( ) returns String
getName( ) returns String
Returns the name of this Geometry.
toString( ) returns String
toGML( ) returns String
Used to convert a MultiPoint to GML (xml fragment)
toDB2( ) returns String
toSQS( ) returns String