|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ReferencedEnvelope in org.geotools.arcsde.data |
---|
Methods in org.geotools.arcsde.data that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
ArcSdeResourceInfo.getBounds()
|
ReferencedEnvelope |
ArcSdeFeatureSource.getBounds()
|
ReferencedEnvelope |
ArcSdeFeatureCollection.getBounds()
|
ReferencedEnvelope |
ArcSdeFeatureSource.getBounds(Query query)
|
protected ReferencedEnvelope |
ArcSdeFeatureSource.getBounds(Query namedQuery,
ISession session)
|
Uses of ReferencedEnvelope in org.geotools.data |
---|
Fields in org.geotools.data declared as ReferencedEnvelope | |
---|---|
protected ReferencedEnvelope |
FeatureEvent.bounds
Indicates the bounds in which the modification occurred. |
protected ReferencedEnvelope |
DataTestCase.lakeBounds
|
protected ReferencedEnvelope |
DataTestCase.rd12Bounds
|
protected ReferencedEnvelope |
DataTestCase.riverBounds
|
protected ReferencedEnvelope |
DataTestCase.roadBounds
|
Methods in org.geotools.data that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
DefaultResourceInfo.getBounds()
|
ReferencedEnvelope |
DefaultFeatureResults.getBounds()
Returns the bounding box of this FeatureResults This implementation will generate the correct results from reader() if the provided FeatureSource |
ReferencedEnvelope |
AbstractFeatureSource.getBounds()
Retrieve Bounds of all Features. |
ReferencedEnvelope |
ResourceInfo.getBounds()
Bounding box of the resource (in the native CRS), envelope isNull otherwise. |
ReferencedEnvelope |
FeatureSource.getBounds()
Gets the bounding box of this datasource. |
ReferencedEnvelope |
FeatureEvent.getBounds()
Provides access to the area modified (if known). |
ReferencedEnvelope |
AbstractFeatureSource.getBounds(Query query)
Retrieve Bounds of Query results. |
protected ReferencedEnvelope |
AbstractDataStore.getBounds(Query query)
Computes the bounds of the features for the specified feature type that satisfy the query provided that there is a fast way to get that result. |
ReferencedEnvelope |
FeatureSource.getBounds(Query query)
Gets the bounding box of the features that would be returned by this query. |
Methods in org.geotools.data with parameters of type ReferencedEnvelope | |
---|---|
void |
FeatureListenerManager.fireFeaturesAdded(String typeName,
Transaction transaction,
ReferencedEnvelope bounds,
boolean commit)
Notify all listeners that have registered interest for notification on this event type. |
void |
FeatureListenerManager.fireFeaturesChanged(String typeName,
Transaction transaction,
ReferencedEnvelope bounds,
boolean commit)
Notify all listeners that have registered interest for notification on this event type. |
void |
FeatureListenerManager.fireFeaturesRemoved(String typeName,
Transaction transaction,
ReferencedEnvelope bounds,
boolean commit)
Notify all listeners that have registered interest for notification on this event type. |
protected abstract void |
DiffFeatureWriter.fireNotification(int eventType,
ReferencedEnvelope bounds)
Subclass must provide the notification. |
void |
DefaultResourceInfo.setBounds(ReferencedEnvelope bounds)
|
Constructors in org.geotools.data with parameters of type ReferencedEnvelope | |
---|---|
BatchFeatureEvent(FeatureSource<? extends FeatureType,? extends Feature> featureSource,
ReferencedEnvelope bounds,
Filter filter)
|
|
FeatureEvent(Object source,
FeatureEvent.Type type,
ReferencedEnvelope bounds,
Filter filter)
Constructs a new FeatureEvent. |
Uses of ReferencedEnvelope in org.geotools.data.collection |
---|
Methods in org.geotools.data.collection that return ReferencedEnvelope | |
---|---|
protected ReferencedEnvelope |
CollectionDataStore.getBounds(Query query)
|
protected ReferencedEnvelope |
CollectionDataStore.getBoundsInternal(Query query)
|
Uses of ReferencedEnvelope in org.geotools.data.crs |
---|
Methods in org.geotools.data.crs that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
ReprojectFeatureResults.getBounds()
This method computes reprojected bounds the hard way, but computing them feature by feature. |
ReferencedEnvelope |
ForceCoordinateSystemFeatureResults.getBounds()
|
Uses of ReferencedEnvelope in org.geotools.data.db2 |
---|
Methods in org.geotools.data.db2 that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
DB2FeatureStore.getBounds(Query query)
Gets the bounds of the feature using the specified query. |
ReferencedEnvelope |
DB2FeatureSource.getBounds(Query query)
Gets the bounds of the feature using the specified query. |
Uses of ReferencedEnvelope in org.geotools.data.gen |
---|
Methods in org.geotools.data.gen that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
PreGeneralizedFeatureSource.getBounds()
|
ReferencedEnvelope |
PreGeneralizedFeatureCollection.getBounds()
|
ReferencedEnvelope |
PreGeneralizedFeatureSource.getBounds(Query query)
|
Uses of ReferencedEnvelope in org.geotools.data.jdbc |
---|
Methods in org.geotools.data.jdbc that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
JDBCFeatureSource.getBounds()
Deprecated. Retrieve Bounds of all Features. |
ReferencedEnvelope |
JDBCFeatureSource.getBounds(Query query)
Deprecated. Retrieve Bounds of Query results. |
Methods in org.geotools.data.jdbc with parameters of type ReferencedEnvelope | |
---|---|
void |
QueryData.fireChangeRemoved(ReferencedEnvelope bounds,
boolean isCommit)
Deprecated. Call after deleteCurrentRow() |
void |
QueryData.fireFeaturesAdded(ReferencedEnvelope bounds,
boolean isCommit)
Deprecated. Call after doUpdate |
void |
QueryData.fireFeaturesChanged(ReferencedEnvelope bounds,
boolean isCommit)
Deprecated. Call after updateRow |
Uses of ReferencedEnvelope in org.geotools.data.memory |
---|
Methods in org.geotools.data.memory that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
MemoryFeatureCollection.getBounds()
Calculates the bounds of the features without caching. |
protected ReferencedEnvelope |
MemoryDataStore.getBounds(Query query)
|
Uses of ReferencedEnvelope in org.geotools.data.postgis |
---|
Methods in org.geotools.data.postgis that return ReferencedEnvelope | |
---|---|
protected ReferencedEnvelope |
PostgisFeatureStore.bounds(Query query)
|
ReferencedEnvelope |
PostgisFeatureStore.getBounds()
|
ReferencedEnvelope |
PostgisFeatureStore.getBounds(Query query)
Retrieve Bounds of Query results. |
protected ReferencedEnvelope |
PostgisFeatureStore.getEnvelope(Connection conn,
String geomName,
SQLBuilder sqlBuilder,
Filter filter)
|
Uses of ReferencedEnvelope in org.geotools.data.property |
---|
Methods in org.geotools.data.property that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
PropertyFeatureSource.getBounds()
|
Uses of ReferencedEnvelope in org.geotools.data.shapefile |
---|
Methods in org.geotools.data.shapefile that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
ShapefileURLResourceInfo.getBounds()
|
ReferencedEnvelope |
ShapefileFileResourceInfo.getBounds()
|
protected ReferencedEnvelope |
ShapefileDataStore.getBounds()
Gets the bounding box of the file represented by this data store as a whole (that is, off all of the features in the shapefile) |
ReferencedEnvelope |
ShapefileFeatureStore.getBounds(Query query)
|
ReferencedEnvelope |
ShapefileFeatureLocking.getBounds(Query query)
|
protected ReferencedEnvelope |
ShapefileDataStore.getBounds(Query query)
|
Uses of ReferencedEnvelope in org.geotools.data.shapefile.indexed |
---|
Methods in org.geotools.data.shapefile.indexed that return ReferencedEnvelope | |
---|---|
protected ReferencedEnvelope |
IndexedShapefileDataStore.getBounds(Query query)
|
Uses of ReferencedEnvelope in org.geotools.data.store |
---|
Fields in org.geotools.data.store declared as ReferencedEnvelope | |
---|---|
protected ReferencedEnvelope |
ContentState.bounds
cached bounds of features |
Methods in org.geotools.data.store that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
ContentState.getBounds()
The cached spatial extent. |
ReferencedEnvelope |
ContentFeatureSource.getBounds()
Returns the bounds of the entire feature source. |
ReferencedEnvelope |
ContentFeatureCollection.getBounds()
|
ReferencedEnvelope |
ReprojectingFeatureCollection.getBounds()
This method computes reprojected bounds the hard way, but computing them feature by feature. |
ReferencedEnvelope |
MaxFeaturesFeatureCollection.getBounds()
|
ReferencedEnvelope |
FilteringFeatureCollection.getBounds()
|
ReferencedEnvelope |
EmptyFeatureCollection.getBounds()
|
abstract ReferencedEnvelope |
DataFeatureCollection.getBounds()
|
ReferencedEnvelope |
AbstractFeatureSource2.getBounds()
|
ReferencedEnvelope |
ContentFeatureSource.getBounds(Query query)
Returns the bounds of the results of the specified query against the feature source. |
ReferencedEnvelope |
AbstractFeatureSource2.getBounds(Query query)
|
protected abstract ReferencedEnvelope |
ContentFeatureSource.getBoundsInternal(Query query)
Calculates the bounds of a specified query. |
Methods in org.geotools.data.store with parameters of type ReferencedEnvelope | |
---|---|
void |
ContentState.fireFeatureUpdated(FeatureSource<?,?> source,
Feature feature,
ReferencedEnvelope before)
|
void |
ContentState.setBounds(ReferencedEnvelope bounds)
Sets the cached spatial extent. |
Uses of ReferencedEnvelope in org.geotools.data.view |
---|
Methods in org.geotools.data.view that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
DefaultView.getBounds()
Retrieves the total extent of this FeatureSource. |
ReferencedEnvelope |
DefaultView.getBounds(Query query)
Retrive the extent of the Query. |
Uses of ReferencedEnvelope in org.geotools.data.wfs |
---|
Methods in org.geotools.data.wfs that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
WFSDataStore.getFeatureTypeBounds(String typeName)
|
ReferencedEnvelope |
WFSDataStore.getFeatureTypeWGS84Bounds(String typeName)
|
Uses of ReferencedEnvelope in org.geotools.data.wfs.protocol.wfs |
---|
Methods in org.geotools.data.wfs.protocol.wfs that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
WFSProtocol.getFeatureTypeWGS84Bounds(String typeName)
Returns the lat lon envelope of the given feature type as declared in the corresponding FeatureType element in the capabilities document. |
Uses of ReferencedEnvelope in org.geotools.data.wfs.v1_0_0 |
---|
Methods in org.geotools.data.wfs.v1_0_0 that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
WFSFeatureSource.getBounds()
|
ReferencedEnvelope |
WFSFeatureSource.WFSFeatureResults.getBounds()
|
ReferencedEnvelope |
WFSFeatureSource.getBounds(Query query)
|
protected ReferencedEnvelope |
WFS_1_0_0_DataStore.getBounds(Query query)
|
ReferencedEnvelope |
WFS_1_0_0_DataStore.getFeatureTypeBounds(String typeName)
|
ReferencedEnvelope |
WFS_1_0_0_DataStore.getFeatureTypeWGS84Bounds(String typeName)
|
Uses of ReferencedEnvelope in org.geotools.data.wfs.v1_1_0 |
---|
Methods in org.geotools.data.wfs.v1_1_0 that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
WFSFeatureSource.getBounds()
|
ReferencedEnvelope |
WFSFeatureSource.getBounds(Query query)
|
ReferencedEnvelope |
WFS_1_1_0_DataStore.getBounds(Query query)
Only returns the bounds of the query (ie, the bounds of the whole feature type) if the query has no filter set, otherwise the bounds may be too expensive to acquire. |
ReferencedEnvelope |
WFS_1_1_0_DataStore.getFeatureTypeBounds(String typeName)
|
ReferencedEnvelope |
WFS_1_1_0_Protocol.getFeatureTypeWGS84Bounds(String typeName)
|
ReferencedEnvelope |
WFS_1_1_0_DataStore.getFeatureTypeWGS84Bounds(String typeName)
|
Uses of ReferencedEnvelope in org.geotools.data.wms |
---|
Methods in org.geotools.data.wms that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
WebMapServer.LayerInfo.getBounds()
|
Uses of ReferencedEnvelope in org.geotools.feature |
---|
Methods in org.geotools.feature that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
Feature.getBounds()
Deprecated. Get the total bounds of this feature which is calculated by doing a union of the bounds of each geometry this feature is associated with. |
ReferencedEnvelope |
DefaultFeature.getBounds()
Get the total bounds of this feature which is calculated by doing a union of the bounds of each geometry this feature is associated with. |
ReferencedEnvelope |
DefaultFeatureCollection.getBounds()
Gets the bounding box for the features in this feature collection. |
ReferencedEnvelope |
FeatureCollection.getBounds()
Get the total bounds of this collection which is calculated by doing a union of the bounds of each feature inside of it |
Uses of ReferencedEnvelope in org.geotools.feature.collection |
---|
Methods in org.geotools.feature.collection that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
SubFeatureCollection.getBounds()
Calculates the bounds of the features without caching. |
ReferencedEnvelope |
DecoratingFeatureCollection.getBounds()
|
ReferencedEnvelope |
AdaptorFeatureCollection.getBounds()
Subclasses need to override this. |
ReferencedEnvelope |
AbstractFeatureCollection.getBounds()
Subclasses need to override this. |
Uses of ReferencedEnvelope in org.geotools.feature.visitor |
---|
Methods in org.geotools.feature.visitor that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
BoundsVisitor.getBounds()
|
ReferencedEnvelope |
BoundsVisitor.BoundsResult.getValue()
|
Constructors in org.geotools.feature.visitor with parameters of type ReferencedEnvelope | |
---|---|
BoundsVisitor.BoundsResult(ReferencedEnvelope bbox)
|
Uses of ReferencedEnvelope in org.geotools.geometry.jts |
---|
Fields in org.geotools.geometry.jts declared as ReferencedEnvelope | |
---|---|
static ReferencedEnvelope |
ReferencedEnvelope.EVERYTHING
A ReferencedEnvelope containing "everything" |
Methods in org.geotools.geometry.jts that return ReferencedEnvelope | |
---|---|
static ReferencedEnvelope |
ReferencedEnvelope.reference(BoundingBox e)
Utility method to ensure that an BoundingBox in a ReferencedEnvelope. |
static ReferencedEnvelope |
ReferencedEnvelope.reference(Envelope e)
Utility method to ensure that an Envelope if a ReferencedEnvelope. |
static ReferencedEnvelope |
JTS.toEnvelope(Geometry geom)
Create a ReferencedEnvelope from the provided geometry, we will do our best to guess the CoordinateReferenceSystem making use of getUserData() and getSRID() as needed. |
ReferencedEnvelope |
ReferencedEnvelope.transform(CoordinateReferenceSystem targetCRS,
boolean lenient)
Transforms the referenced envelope to the specified coordinate reference system. |
ReferencedEnvelope |
ReferencedEnvelope.transform(CoordinateReferenceSystem targetCRS,
boolean lenient,
int numPointsForTransformation)
Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points. |
Constructors in org.geotools.geometry.jts with parameters of type ReferencedEnvelope | |
---|---|
ReferencedEnvelope(ReferencedEnvelope envelope)
Creates a new envelope from an existing envelope. |
Uses of ReferencedEnvelope in org.geotools.jdbc |
---|
Fields in org.geotools.jdbc declared as ReferencedEnvelope | |
---|---|
protected static ReferencedEnvelope |
JDBCDataStore.EMPTY_ENVELOPE
The envelope returned when bounds is called against a geometryless feature type |
Methods in org.geotools.jdbc that return ReferencedEnvelope | |
---|---|
protected ReferencedEnvelope |
JDBCDataStore.getBounds(SimpleFeatureType featureType,
Query query,
Connection cx)
Returns the bounds of the features for a particular feature type / table. |
protected ReferencedEnvelope |
JDBCFeatureStore.getBoundsInternal(Query query)
|
protected ReferencedEnvelope |
JDBCFeatureSource.getBoundsInternal(Query query)
|
Uses of ReferencedEnvelope in org.geotools.map |
---|
Methods in org.geotools.map that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
MapContext.getAreaOfInterest()
Gets the current area of interest. |
ReferencedEnvelope |
DefaultMapContext.getAreaOfInterest()
Gets the current area of interest. |
ReferencedEnvelope |
WMSMapLayer.getBounds()
|
ReferencedEnvelope |
MapLayer.getBounds()
find out the bounds of the layer |
ReferencedEnvelope |
FeatureSourceMapLayer.getBounds()
|
ReferencedEnvelope |
DefaultMapLayer.getBounds()
|
ReferencedEnvelope |
MapContext.getLayerBounds()
Get the bounding box of all the layers in this MapContext. |
ReferencedEnvelope |
DefaultMapContext.getLayerBounds()
Get the bounding box of all the layers in this MapContext. |
Methods in org.geotools.map with parameters of type ReferencedEnvelope | |
---|---|
void |
MapContext.setAreaOfInterest(ReferencedEnvelope areaOfInterest)
Set the area of interest. |
void |
DefaultMapContext.setAreaOfInterest(ReferencedEnvelope areaOfInterest)
Set the area of interest. |
Uses of ReferencedEnvelope in org.geotools.map.event |
---|
Methods in org.geotools.map.event that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
MapBoundsEvent.getNewAreaOfInterest()
Get the new area of interest |
ReferencedEnvelope |
MapBoundsEvent.getOldAreaOfInterest()
Get the old area of interest |
Constructors in org.geotools.map.event with parameters of type ReferencedEnvelope | |
---|---|
MapBoundsEvent(MapContext source,
int type,
ReferencedEnvelope oldAreaOfInterest,
ReferencedEnvelope newAreaOfInterest)
Creates a new instance of BoundsEvent |
Uses of ReferencedEnvelope in org.geotools.renderer |
---|
Methods in org.geotools.renderer with parameters of type ReferencedEnvelope | |
---|---|
void |
GTRenderer.paint(Graphics2D graphics,
Rectangle paintArea,
ReferencedEnvelope mapArea)
Renders features based on the map layers and their styles as specified in the map context using setContext . |
void |
GTRenderer.paint(Graphics2D graphics,
Rectangle paintArea,
ReferencedEnvelope mapArea,
AffineTransform worldToScreen)
Renders features based on the map layers and their styles as specified in the map context using setContext . |
Uses of ReferencedEnvelope in org.geotools.renderer.lite |
---|
Methods in org.geotools.renderer.lite that return ReferencedEnvelope | |
---|---|
static ReferencedEnvelope |
RendererUtilities.createMapEnvelope(Rectangle paintArea,
AffineTransform worldToScreen,
CoordinateReferenceSystem crs)
Creates the map's bounding box in real world coordinates NOTE It is worth to note that here we do not take into account the half a pixel translation stated by ogc for coverages bounds. |
ReferencedEnvelope |
IndexedFeatureResults.getBounds()
|
Methods in org.geotools.renderer.lite with parameters of type ReferencedEnvelope | |
---|---|
static double |
RendererUtilities.calculateOGCScale(ReferencedEnvelope envelope,
int imageWidth,
Map hints)
This method performs the computation using the methods suggested by the OGC SLD specification, page 26. |
static double |
RendererUtilities.calculateScale(ReferencedEnvelope envelope,
int imageWidth,
int imageHeight,
double DPI)
Find the scale denominator of the map. |
static double |
RendererUtilities.calculateScale(ReferencedEnvelope envelope,
int imageWidth,
int imageHeight,
Map hints)
First searches the hints for the scale denominator hint otherwise calls RendererUtilities.calculateScale(Envelope, CoordinateReferenceSystem, int, int, double) . |
void |
StreamingRenderer.paint(Graphics2D graphics,
Rectangle paintArea,
ReferencedEnvelope mapArea)
Renders features based on the map layers and their styles as specified in the map context using setContext . |
void |
StreamingRenderer.paint(Graphics2D graphics,
Rectangle paintArea,
ReferencedEnvelope mapArea,
AffineTransform worldToScreen)
Renders features based on the map layers and their styles as specified in the map context using setContext . |
static AffineTransform |
RendererUtilities.worldToScreenTransform(ReferencedEnvelope mapExtent,
Rectangle paintArea)
Sets up the affine transform NOTE It is worth to note that here we do not take into account the half a pixel translation stated by ogc for coverages bounds. |
Uses of ReferencedEnvelope in org.geotools.swing |
---|
Methods in org.geotools.swing that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
JMapPane.getDisplayArea()
Return a (copy of) the currently displayed map area. |
Methods in org.geotools.swing with parameters of type ReferencedEnvelope | |
---|---|
protected void |
JMapPane.afterImageMove(ReferencedEnvelope env,
Rectangle paintArea)
Called after the base image has been dragged. |
Uses of ReferencedEnvelope in org.geotools.validation |
---|
Methods in org.geotools.validation with parameters of type ReferencedEnvelope | |
---|---|
void |
Validator.integrityValidation(Map<Name,FeatureSource<?,?>> featureStores,
ReferencedEnvelope bBox,
ValidationResults results)
Integrity validation will iterate over all data stores passed in through the stores map and run the tests associated with each store. |
void |
ValidationProcessor.runIntegrityTests(Set<Name> typeRefs,
Map stores,
ReferencedEnvelope envelope,
ValidationResults results)
runIntegrityTests Performs a lookup on the FeatureTypeInfo name to determine what IntegrityTests need to be performed. |
boolean |
IntegrityValidation.validate(Map layers,
ReferencedEnvelope envelope,
ValidationResults results)
Used to check features against this validation rule. |
boolean |
DefaultIntegrityValidation.validate(Map layers,
ReferencedEnvelope envelope,
ValidationResults results)
Check FeatureType for ... |
Uses of ReferencedEnvelope in org.geotools.validation.attributes |
---|
Methods in org.geotools.validation.attributes with parameters of type ReferencedEnvelope | |
---|---|
boolean |
UniqueFIDValidation.validate(Map layers,
ReferencedEnvelope envelope,
ValidationResults results)
Override validate. |
Uses of ReferencedEnvelope in org.geotools.validation.network |
---|
Methods in org.geotools.validation.network with parameters of type ReferencedEnvelope | |
---|---|
boolean |
OrphanNodeValidation.validate(Map layers,
ReferencedEnvelope envelope,
ValidationResults results)
Check FeatureType for ... |
Uses of ReferencedEnvelope in org.geotools.validation.relate |
---|
Fields in org.geotools.validation.relate declared as ReferencedEnvelope | |
---|---|
protected ReferencedEnvelope |
SpatialTestCase.lineBounds
|
Methods in org.geotools.validation.relate with parameters of type ReferencedEnvelope | |
---|---|
boolean |
OverlapsIntegrity.validate(Map layers,
ReferencedEnvelope envelope,
ValidationResults results)
|
boolean |
CrossesIntegrity.validate(Map layers,
ReferencedEnvelope envelope,
ValidationResults results)
|
Uses of ReferencedEnvelope in org.geotools.wfs |
---|
Methods in org.geotools.wfs that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
CompositeFeatureCollection.getBounds()
|
Uses of ReferencedEnvelope in org.geotools.xml.gml |
---|
Methods in org.geotools.xml.gml that return ReferencedEnvelope | |
---|---|
ReferencedEnvelope |
GMLFeatureCollection.getBounds()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |