Uses of Class
gistoolkit.features.Envelope

Packages that use Envelope
gistoolkit.application   
gistoolkit.application.command   
gistoolkit.datasources   
gistoolkit.datasources.db2spatialextender   
gistoolkit.datasources.imagefile   
gistoolkit.datasources.memory   
gistoolkit.datasources.mysql   
gistoolkit.datasources.oracle   
gistoolkit.datasources.postgis   
gistoolkit.datasources.seamless   
gistoolkit.datasources.shapefile   
gistoolkit.datasources.terraserver   
gistoolkit.datasources.webservice   
gistoolkit.display   
gistoolkit.display.drawmodel   
gistoolkit.features   
gistoolkit.features.featureutils   
gistoolkit.projection   
gistoolkit.server   
gistoolkit.server.mapservice   
proprietary.datasources.arcims   
proprietary.datasources.arcsde   
proprietary.datasources.ermapper   
 

Uses of Envelope in gistoolkit.application
 

Methods in gistoolkit.application with parameters of type Envelope
 void GISEditor.envelopeChanged(Envelope inEnvelope)
          Extents have changed
 

Uses of Envelope in gistoolkit.application.command
 

Methods in gistoolkit.application.command with parameters of type Envelope
 void PreviousZoomCommand.envelopeChanged(Envelope inEnvelope)
          Extents have changed
 void ResetEnvelopeCommand.setEnvelope(Envelope inEnvelope)
          Set the Envelope in this command.
 

Uses of Envelope in gistoolkit.datasources
 

Fields in gistoolkit.datasources declared as Envelope
protected  Envelope GISDataset.myEnvelope
          Bounds of the data in the geo dataset.
 

Methods in gistoolkit.datasources that return Envelope
 Envelope DataSource.getEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 Envelope GISDataset.getEnvelope()
          Return the Envelope of the data in the dataset.
protected  Envelope SimpleDataSource.getCacheEnvelope()
          Return the envelope of the cached dataset
abstract  Envelope SimpleDataSource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 Envelope SimpleDataSource.getEnvelope()
          Returns the projected envelope.
 Envelope SimpleJoinDataSource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 

Methods in gistoolkit.datasources with parameters of type Envelope
 GISDataset DataSource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these extents.
protected  void SimpleDataSource.setCache(GISDataset inDataset, Envelope inEnvelope)
          Set the cached data set and envelope.
protected  GISDataset SimpleDataSource.queryFromCache(Envelope inEnvelope)
          Retrieve the data from the cache that intersect these envelope.
 GISDataset SimpleDataSource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these envelopes.
protected abstract  GISDataset SimpleDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
 void SimpleJoinDataSource.readDataSource(Envelope inEnvelope)
          Read the data for the joined data source.
protected abstract  GISDataset SimpleJoinDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
 

Uses of Envelope in gistoolkit.datasources.db2spatialextender
 

Fields in gistoolkit.datasources.db2spatialextender declared as Envelope
protected  Envelope SpatialExtenderDataSource.myEnvelope
          The Envelope of the dataset.
 

Methods in gistoolkit.datasources.db2spatialextender that return Envelope
 Envelope SpatialExtenderDataSource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 

Methods in gistoolkit.datasources.db2spatialextender with parameters of type Envelope
 GISDataset DB2JoinDataSource.readShapes(Envelope inEnvelope)
          Reads the objects from the database that fall within the given Envelope.
 GISDataset ReadOnlySpatialExtenderDataSource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these Envelope.
 GISDataset ReadOnlySpatialExtenderDataSource.readShapes(Envelope inEnvelope)
          Reads the objects from the database that fall within the given Envelope.
protected  java.lang.String SpatialExtenderDataSource.getWhereString(Envelope inEnvelope)
          Get the where clause based on the Envelope
 GISDataset UpdateableSpatialExtenderDataSource.readShapes(Envelope inEnvelope)
          Reads the objects from the database that fall within the given Envelope.
 

Uses of Envelope in gistoolkit.datasources.imagefile
 

Methods in gistoolkit.datasources.imagefile that return Envelope
 Envelope ImageDirectoryDataSource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 Envelope ImageDirectoryDataSource.loadEnvelope(java.io.File inImageFile)
          Check for a world file from which to load the Envelope.
 Envelope ImageFileDataSource.getImageEnvelope()
          Return the envelope in world coordinates of the map.
 Envelope ImageFileDataSource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 Envelope ImageFileDataSource.loadEnvelope(java.io.File inImageFile)
          Check for a world file from which to load the Envelope.
static Envelope ImageUtilities.calculateEnvelope(java.io.File inTFWFile, ImageInformation inImageInformation)
          Calculate the envelope given the TFWFile.
static Envelope ImageUtilities.loadEnvelope(java.io.File inTFWFile, java.io.File inImageFile)
          Check for a world file from which to load the Envelope.
 Envelope RasterCatalogDataSource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 

Methods in gistoolkit.datasources.imagefile with parameters of type Envelope
 GISDataset ImageDirectoryDataSource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these envelope.
protected  GISDataset ImageDirectoryDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
 void ImageFileDataSource.setImageEnvelope(Envelope inEnvelope)
          Set the enxtents of the image in world coordinates.
 GISDataset ImageFileDataSource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these envelope.
protected  GISDataset ImageFileDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
static void ImageUtilities.writeWorldFile(java.io.File inOutputFile, Envelope inEnvelope, double inXDimen, double inYDimen)
          Calculate the envelope given the TFWFile.
 GISDataset RasterCatalogDataSource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these envelope.
protected  GISDataset RasterCatalogDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
 

Uses of Envelope in gistoolkit.datasources.memory
 

Methods in gistoolkit.datasources.memory that return Envelope
 Envelope MemoryDataSource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 

Methods in gistoolkit.datasources.memory with parameters of type Envelope
protected  GISDataset MemoryDataSource.readShapes(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these envelope.
 

Uses of Envelope in gistoolkit.datasources.mysql
 

Methods in gistoolkit.datasources.mysql that return Envelope
 Envelope MySQLDataSource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 

Methods in gistoolkit.datasources.mysql with parameters of type Envelope
 GISDataset MySQLJoinDataSource.readShapes(Envelope inEnvelope)
          Reads the objects from the database that fall within the given Envelope.
protected  GISDataset ReadOnlyMySQLDataSource.readShapes(Envelope inEnvelope)
          This method returns the shapes from the data source
protected  GISDataset UpdateableMySQLDataSource.readShapes(Envelope inEnvelope)
          This method returns the shapes from the data source
 

Uses of Envelope in gistoolkit.datasources.oracle
 

Fields in gistoolkit.datasources.oracle declared as Envelope
protected  Envelope OracleDataSource.myEnvelope
          The Envelope of the dataset.
 

Methods in gistoolkit.datasources.oracle that return Envelope
 Envelope OracleDataSource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 

Methods in gistoolkit.datasources.oracle with parameters of type Envelope
protected  java.lang.String OracleDataSource.getWhereString(Envelope inEnvelope)
          Get the where clause based on the Envelope
 GISDataset OracleJoinDataSource.readShapes(Envelope inEnvelope)
          Reads the objects from the database that fall within the given Envelope.
 GISDataset ReadOnlyOracleDataSource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these Envelope.
 GISDataset ReadOnlyOracleDataSource.readShapes(Envelope inEnvelope)
          Reads the objects from the database that fall within the given Envelope.
protected  GISDataset UpdateableOracleDataSource.readShapes(Envelope inEnvelope)
          This method returns the shapes from the data source
 

Uses of Envelope in gistoolkit.datasources.postgis
 

Methods in gistoolkit.datasources.postgis that return Envelope
 Envelope PostGISDataSource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 

Methods in gistoolkit.datasources.postgis with parameters of type Envelope
 GISDataset PostGISJoinDataSource.readShapes(Envelope inEnvelope)
          Reads the objects from the database that fall within the given Envelope.
protected  GISDataset ReadOnlyPostGISDataSource.readShapes(Envelope inEnvelope)
          This method returns the shapes from the data source
protected  GISDataset UpdateablePostGISDataSource.readShapes(Envelope inEnvelope)
          This method returns the shapes from the data source
 

Uses of Envelope in gistoolkit.datasources.seamless
 

Methods in gistoolkit.datasources.seamless that return Envelope
 Envelope SeamlessDataSource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 

Methods in gistoolkit.datasources.seamless with parameters of type Envelope
protected  GISDataset SeamlessDataSource.readShapes(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these Envelope.
 

Uses of Envelope in gistoolkit.datasources.shapefile
 

Subclasses of Envelope in gistoolkit.datasources.shapefile
 class ExtentsM
          Extents to support the M value
 class ExtentsZ
          Insert the type's description here.
 

Methods in gistoolkit.datasources.shapefile that return Envelope
 Envelope ReadOnlyShapeFileDataSource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 Envelope ShapeFileDataSource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the shape file.
 Envelope ShapeFileHeader.getFileEnvelope()
          Get the envelope of the shape file.
 

Methods in gistoolkit.datasources.shapefile with parameters of type Envelope
 GISDataset DbaseFileJoinDataSource.readShapes(Envelope inEnvelope)
          Reads the objects from the database that fall within the given Envelope.
 ShapeFileRecord EnvelopeShapeFileReader.read(Envelope inEnvelope)
          Read a single shapefile record
 GISDataset ReadOnlyShapeFileDataSource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect this envelope.
protected  GISDataset ReadOnlyShapeFileDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
protected  GISDataset ShapeFileDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
 

Constructors in gistoolkit.datasources.shapefile with parameters of type Envelope
MultiPolygonM(Polygon[] inPolygons, Envelope inEnvelope)
          MultiPolygonM constructor comment.
MultiPolygonZ(Polygon[] inPolygons, Envelope inEnvelope)
          MultiPolygonM constructor comment.
 

Uses of Envelope in gistoolkit.datasources.terraserver
 

Methods in gistoolkit.datasources.terraserver that return Envelope
 Envelope TerraserverDataSource.getEnvelope()
          Returns the bounding rectangle of all the shapes in the shape file.
 

Methods in gistoolkit.datasources.terraserver with parameters of type Envelope
 GISDataset TerraserverDataSource.readDataset(Envelope inEnvelope)
          Reads only the items from the datasource that are within the envelope.
 

Uses of Envelope in gistoolkit.datasources.webservice
 

Methods in gistoolkit.datasources.webservice that return Envelope
 Envelope OGCWebServiceDataSource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 

Methods in gistoolkit.datasources.webservice with parameters of type Envelope
 GISDataset Client100.read(Envelope inEnvelope)
           
abstract  GISDataset OGCClient.read(Envelope inEnvelope)
          Read the data source with the given envelope
protected  GISDataset OGCWebServiceDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
 

Uses of Envelope in gistoolkit.display
 

Methods in gistoolkit.display that return Envelope
 Envelope Converter.getWorldEnvelope()
          Returns a copy of the world Envelope used to create this converter.
 Envelope Converter.getScreenEnvelope()
          Returns a copy of the screen Envelope used to create this converter.
 Envelope GISDisplay.getEnvelope()
          Retireves the Envelope of the current map.
 Envelope Layer.getEnvelope()
          Returns the bounding rectangle of the layer
 

Methods in gistoolkit.display with parameters of type Envelope
 void GISDisplay.setEnvelope(Envelope inEnvelope)
          Sets the Envelope of the map, causing a requery from the database.
 void GISDisplay.printLayers(java.awt.Graphics inGraphics, Envelope inEnvelope)
          Draw the current layers on the given Graphics context.
 void GISDisplayListener.envelopeChanged(Envelope inEnvelope)
          Extents have changed
 

Constructors in gistoolkit.display with parameters of type Envelope
Converter(Envelope inScreenEnvelope, Envelope inWorldEnvelope)
          Create a converter to convert from the given screen Envelope to the given world Envelope, and vice versa.
Converter(Envelope inScreenEnvelope, Envelope inWorldEnvelope, boolean inSquare)
          Create a converter to convert from the given screen Envelope to the given world Envelope, and vice versa.
 

Uses of Envelope in gistoolkit.display.drawmodel
 

Methods in gistoolkit.display.drawmodel that return Envelope
 Envelope BoxDrawModel.getEnvelope()
          Retrieves the Envelope associated with the box.
 

Uses of Envelope in gistoolkit.features
 

Fields in gistoolkit.features declared as Envelope
protected  Envelope Shape.myEnvelope
          stores the bounding rectangle of this shape.
 

Methods in gistoolkit.features that return Envelope
 Envelope Envelope.getOverlap(Envelope inEnvelope)
          Return the overlap of these two extents, returns null if they do not overap.
 Envelope LineString.getEnvelope()
          return the bounding rectangle of this shape.
 Envelope LinearRing.getEnvelope()
          return the bounding rectangle of this shape.
 Envelope MultiLineString.getEnvelope()
           
 Envelope MultiPoint.getEnvelope()
          Retrieve the envelope for this shape.
 Envelope MultiPolygon.getEnvelope()
          Return the envelope of this multipolygon.
 Envelope Point.getEnvelope()
          return the bounding rectangle of this shape.
 Envelope Polygon.getEnvelope()
           
 Envelope RasterShape.getEnvelope()
          Return the envelope.
abstract  Envelope Shape.getEnvelope()
          return the bounding rectangle of this shape.
 

Methods in gistoolkit.features with parameters of type Envelope
 boolean Envelope.isEqual(Envelope inEnvelope)
          Check if the two envelopes are equal.
 boolean Envelope.overlaps(Envelope inEnvelope)
          Determines if the Extents sent in is within the current Extents.
 Envelope Envelope.getOverlap(Envelope inEnvelope)
          Return the overlap of these two extents, returns null if they do not overap.
 boolean Envelope.intersects(Envelope inEnvelope)
          Determines if the Extents sent in overlap the current extents.
 boolean Envelope.contains(Envelope inEnvelope)
          Determines if the Extents sent in is within the current Extents.
 void RasterShape.setImage(Envelope inEnvelope, java.awt.image.BufferedImage inImage)
          Set the image to be used with this shape.
 

Constructors in gistoolkit.features with parameters of type Envelope
MultiPolygon(Polygon[] inPolygons, Envelope inEnvelope)
          Creates a MultiPolygon from the Polygons and the envelope
RasterShape(Envelope inEnvelope, java.awt.image.BufferedImage inImage)
          Creates new RastorShape
 

Uses of Envelope in gistoolkit.features.featureutils
 

Methods in gistoolkit.features.featureutils that return Envelope
 Envelope EnvelopeBuffer.getEnvelope()
          Return the envelope from this EnvelopeBuffer.
 

Methods in gistoolkit.features.featureutils with parameters of type Envelope
 void EnvelopeBuffer.expandToInclude(Envelope inEnvelope)
          Expands this envelope to include the envelope sent in.
 

Constructors in gistoolkit.features.featureutils with parameters of type Envelope
EnvelopeBuffer(Envelope inEnvelope)
          Creates a new instance of EnvelopeBuffer
 

Uses of Envelope in gistoolkit.projection
 

Methods in gistoolkit.projection that return Envelope
static Envelope ShapeProjector.projectForward(Projection inProjection, Envelope inEnvelope)
          Project the envelope Foreward
static Envelope ShapeProjector.projectBackward(Projection inProjection, Envelope inEnvelope)
          Project the envelope Backward
 

Methods in gistoolkit.projection with parameters of type Envelope
static boolean ImageProjector.EnvelopeOverlap(Envelope inEnvelope, Point inPoint)
          Determines if the two rectangles overlap.
 void NoProjection.setEnvelope(Envelope inEnvelope)
          set the Envelope of the map.
 void Projection.setEnvelope(Envelope inEnvelope)
          set the envelope of the map.
static Envelope ShapeProjector.projectForward(Projection inProjection, Envelope inEnvelope)
          Project the envelope Foreward
static Envelope ShapeProjector.projectBackward(Projection inProjection, Envelope inEnvelope)
          Project the envelope Backward
 void SimpleProjection.setEnvelope(Envelope inEnvelope)
          set the envelope of the map.
 void TransversMercatorProjection.setEnvelope(Envelope inEnvelope)
          set the envelope of the map.
 void UniversalTransverseMercatorProjection.setEnvelope(Envelope inEnvelope)
          Set the Envelope of the current map.
 

Uses of Envelope in gistoolkit.server
 

Methods in gistoolkit.server that return Envelope
 Envelope LayerDefinition.getLatLonEnvelope()
          Get the maximum Envelope of the map in Latitude and longitude.
 

Methods in gistoolkit.server with parameters of type Envelope
 void LayerDefinition.setLatLonEnvelope(Envelope inEnvelope)
          Set the maximum extends of the map in latitude and logitude.
 

Uses of Envelope in gistoolkit.server.mapservice
 

Methods in gistoolkit.server.mapservice that return Envelope
static Envelope SimpleExtensionService.parseBoundingBox(java.lang.String inBBOXString)
          Reads the Envelope from the string sent in, good for reading bounding boxes from a url parameter.
 

Uses of Envelope in proprietary.datasources.arcims
 

Methods in proprietary.datasources.arcims that return Envelope
 Envelope ArcIMSDataSource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 

Methods in proprietary.datasources.arcims with parameters of type Envelope
 GISDataset ArcIMSClient.read(Envelope inEnvelope)
           
protected  GISDataset ArcIMSDataSource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source
 

Uses of Envelope in proprietary.datasources.arcsde
 

Methods in proprietary.datasources.arcsde that return Envelope
 Envelope ArcSDEDataSource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 

Methods in proprietary.datasources.arcsde with parameters of type Envelope
protected  GISDataset ArcSDEDataSource.readShapes(Envelope inEnvelope)
          Reads all the objects from the shape file, and populates the layer with them.
 

Uses of Envelope in proprietary.datasources.ermapper
 

Methods in proprietary.datasources.ermapper that return Envelope
 Envelope ERMapperDatasource.readEnvelope()
          Returns the bounding rectangle of all the shapes in the Data Source.
 

Methods in proprietary.datasources.ermapper with parameters of type Envelope
 GISDataset ERMapperDatasource.readDataset(Envelope inEnvelope)
          Reads only the objects from the data source that intersect these envelope.
protected  GISDataset ERMapperDatasource.readShapes(Envelope inEnvelope)
          This method should return the shapes from the data source