| Modifier and Type | Class and Description |
|---|---|
class |
XBoundingBox
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
HeadlessMapProvider.getCurrentBoundingBoxFromMap()
DOCUMENT ME!
|
BoundingBox |
DefaultMappingModel.getInitialBoundingBox()
Deprecated.
|
BoundingBox |
MappingModel.getInitialBoundingBox()
DOCUMENT ME!
|
BoundingBox |
CrsTransformer.transformBoundingBox(BoundingBox bbox,
String sourceCrs)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModeLayer.setBoundingBox(BoundingBox bb) |
void |
DefaultMappingModel.setInitialBoundingBox(BoundingBox bb)
Deprecated.
public void setFeatureCollection(de.cismet.cismap.commons.features.FeatureCollection featureCollection) {
this.featureCollection=featureCollection; featureCollection.addFeatureCollectionListener(this); }.
|
BoundingBox |
CrsTransformer.transformBoundingBox(BoundingBox bbox,
String sourceCrs)
DOCUMENT ME!
|
| Modifier and Type | Field and Description |
|---|---|
protected BoundingBox |
AbstractFeatureService.bb |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
AbstractFeatureService.getBoundingBox()
This Method is used to set the bounding box to determine which features should be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractFeatureService.getFeatureCount(BoundingBox boundingBox)
DOCUMENT ME!
|
int |
AbstractFeatureService.getFeatureCount(QT query,
BoundingBox boundingBox)
DOCUMENT ME!
|
List |
AbstractFeatureService.retrieveFeatures(BoundingBox boundingBox,
int offset,
int limit,
String orderBy)
DOCUMENT ME!
|
void |
AbstractFeatureService.setBoundingBox(BoundingBox bb)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
List |
H2FeatureServiceFactory.createFeatures(Object query,
BoundingBox boundingBox,
SwingWorker workerThread) |
List |
H2FeatureServiceFactory.createFeatures(Object query,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy) |
List<FT> |
FeatureFactory.createFeatures(QT query,
BoundingBox boundingBox,
SwingWorker workerThread)
Returns instances of features
FT that match the optional query and that fall into the optional
BoundingBox.Applies layerProperties (if set) on all Features (if the type of the feature implements the interface InheritsLayerProperties). |
List<FT> |
FeatureFactory.createFeatures(QT query,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy)
Returns instances of features
FT that match the optional query and that fall into the optional
BoundingBox.Applies layerProperties (if set) on all Features (if the type of the feature implements the interface InheritsLayerProperties). |
List<PostgisFeature> |
PostgisFeatureFactory.createFeatures(SimpleFeatureServiceSqlStatement sqlStatement,
BoundingBox boundingBox,
SwingWorker workerThread) |
List<PostgisFeature> |
PostgisFeatureFactory.createFeatures(SimpleFeatureServiceSqlStatement sqlStatement,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy) |
List<DefaultFeatureServiceFeature> |
GMLFeatureFactory.createFeatures(String query,
BoundingBox boundingBox,
SwingWorker workerThread)
DOCUMENT ME!
|
Vector<WFSFeature> |
WFSFeatureFactory.createFeatures(String query,
BoundingBox boundingBox,
SwingWorker workerThread)
TODO: Track Progress?
|
List<ShapeFeature> |
ShapeFeatureFactory.createFeatures(String query,
BoundingBox boundingBox,
SwingWorker workerThread) |
List<DefaultFeatureServiceFeature> |
GMLFeatureFactory.createFeatures(String query,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy) |
List<WFSFeature> |
WFSFeatureFactory.createFeatures(String query,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy) |
List<ShapeFeature> |
ShapeFeatureFactory.createFeatures(String query,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy) |
int |
H2FeatureServiceFactory.getFeatureCount(Object query,
BoundingBox bb) |
int |
FeatureFactory.getFeatureCount(QT query,
BoundingBox bb)
DOCUMENT ME!
|
int |
PostgisFeatureFactory.getFeatureCount(SimpleFeatureServiceSqlStatement query,
BoundingBox bb) |
int |
GMLFeatureFactory.getFeatureCount(String query,
BoundingBox bb) |
int |
WFSFeatureFactory.getFeatureCount(String query,
BoundingBox bb) |
int |
ShapeFeatureFactory.getFeatureCount(String query,
BoundingBox bb) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
MappingComponent.getBoundingBoxFromScale(double scaleDenominator)
Returns a BoundingBox of the current view in another scale.
|
BoundingBox |
MappingComponent.getCurrentBoundingBox()
Deprecated.
|
BoundingBox |
MappingComponent.getCurrentBoundingBoxFromCamera()
Returns the current BoundingBox.
|
BoundingBox |
MappingComponent.getFixedBoundingBox()
Returns a BoundingBox with a fixed size.
|
BoundingBox |
MappingComponent.getInitialBoundingBox()
DOCUMENT ME!
|
BoundingBox |
MappingComponent.getScaledBoundingBox(double scaleDenominator,
BoundingBox bb)
Returns the BoundingBox of the delivered BoundingBox in another scale.
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
MappingComponent.getScaledBoundingBox(double scaleDenominator,
BoundingBox bb)
Returns the BoundingBox of the delivered BoundingBox in another scale.
|
void |
MappingComponent.gotoBoundingBox(BoundingBox bb,
boolean history,
boolean scaleToFit,
int animationDuration)
Moves the view to the target Boundingbox.
|
void |
MappingComponent.gotoBoundingBox(BoundingBox bb,
boolean history,
boolean scaleToFit,
int animationDuration,
boolean queryServices)
Moves the view to the target Boundingbox.
|
void |
MappingComponent.gotoBoundingBoxWithHistory(BoundingBox bb)
Moves the view to the target Boundingbox and saves the action in the history.
|
void |
MappingComponent.gotoBoundingBoxWithoutHistory(BoundingBox bb)
Moves the view to the target Boundingbox without saving the action in the history.
|
void |
MappingComponent.gotoBoundingBoxWithoutHistory(BoundingBox bb,
int animationDuration)
Moves the view to the target Boundingbox without saving the action in the history.
|
void |
MappingComponent.highlightArea(BoundingBox bb)
Highlights the delivered BoundingBox.
|
void |
MappingComponent.outlineArea(BoundingBox bb)
Paints the outline of the forwarded BoundingBox.
|
void |
MappingComponent.outlineArea(BoundingBox bb,
Paint fillingPaint)
Paints a filled rectangle of the area of the forwarded BoundingBox.
|
void |
MappingComponent.queryServicesIndependentFromMap(int width,
int height,
BoundingBox bb,
RetrievalListener rl)
queryServicesIndependentFromMap.
|
void |
MappingComponent.setFixedBoundingBox(BoundingBox fixedBoundingBox)
Assigns fixedBoundingBox a new value.
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
ActiveLayerModel.getInitialBoundingBox()
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintTemplateFeature.init(BoundingBox boundingBoxToCalculateTheLocationOfTHeTemplate)
DOCUMENT ME!
|
void |
PrintTemplateFeature.init(BoundingBox boundingBoxToCalculateTheLocationOfTHeTemplate,
Double dimensionWidth,
Double dimensionHeight,
boolean cloning)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
MapSearchEvent.getBb()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapSearchEvent.setBb(BoundingBox bb)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected BoundingBox |
AbstractWMS.bb |
| Modifier and Type | Method and Description |
|---|---|
void |
SlidableWMSServiceLayerGroup.setBoundingBox(BoundingBox bb) |
void |
AbstractWMS.setBoundingBox(BoundingBox bb) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageRasterService.setBoundingBox(BoundingBox bb) |
void |
MapService.setBoundingBox(BoundingBox bb)
DOCUMENT ME!
|
| Constructor and Description |
|---|
WorldFileDownload(String title,
Future<Image> futureImage,
BoundingBox boundingBoxFromMap,
String fileAbsolutPath)
Creates a new WorldFileDownload object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WFSFormAdressListener.wfsFormAddressPositioned(BoundingBox addressBB)
DOCUMENT ME!
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.