|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KaboumExtent | |
---|---|
org.kaboum.geom | |
org.kaboum.util |
Uses of KaboumExtent in org.kaboum.geom |
---|
Methods in org.kaboum.geom that return KaboumExtent | |
---|---|
protected KaboumExtent |
KaboumPolygon.computeExtentInternal()
|
protected KaboumExtent |
KaboumPoint.computeExtentInternal()
|
protected KaboumExtent |
KaboumLineString.computeExtentInternal()
|
KaboumExtent |
KaboumPolygon.getExtent()
|
KaboumExtent |
KaboumPoint.getExtent()
|
KaboumExtent |
KaboumLineString.getExtent()
|
KaboumExtent |
KaboumGeometryCollection.getExtent()
|
abstract KaboumExtent |
KaboumGeometry.getExtent()
|
KaboumExtent |
KaboumEdge.getExtent()
Return the extent of this edge |
Methods in org.kaboum.geom with parameters of type KaboumExtent | |
---|---|
void |
KaboumGGDIndex.setExtent(KaboumExtent extent)
Set the new extent |
static KaboumGeometry |
KaboumGeometryFactory.toGeometry(KaboumExtent extent)
If the Extent is a null Extent , returns an
empty Point . |
Constructors in org.kaboum.geom with parameters of type KaboumExtent | |
---|---|
KaboumGGDIndex(Kaboum parent,
KaboumExtent extent)
Default Constructor |
Uses of KaboumExtent in org.kaboum.util |
---|
Fields in org.kaboum.util declared as KaboumExtent | |
---|---|
KaboumExtent |
KaboumMapServerTools.extent
Spatial extent of current map (i.e. |
KaboumExtent |
KaboumMapServerTools.previousExtent
Spatial extent of previous map (i.e. |
KaboumExtent |
KaboumMapServerTools.realExtent
Spatial adjusted extent of current map (i.e. real extent) |
KaboumExtent |
KaboumMapServerTools.referenceExtent
Spatial extent of reference map (i.e. initial extent) |
Methods in org.kaboum.util that return KaboumExtent | |
---|---|
KaboumExtent |
KaboumMapServerTools.getExtent()
Return the uncorrected spatial extent |
KaboumExtent |
KaboumMapServerTools.getPreviousExtent()
Return the previous extent |
KaboumExtent |
KaboumMapServerTools.getRealExtent()
Return the current spatial extent |
KaboumExtent |
KaboumMapServerTools.getValidExtent(KaboumExtent e)
Return a valid extent depending on zoomOutRestriction status and maxScale restriction. |
Methods in org.kaboum.util with parameters of type KaboumExtent | |
---|---|
boolean |
KaboumExtent.contains(KaboumExtent e)
Checks if currentExtent contains another extent e |
void |
KaboumExtent.expandToInclude(KaboumExtent other)
Enlarges the boundary of the Extent so that it contains
other . |
KaboumExtent |
KaboumMapServerTools.getValidExtent(KaboumExtent e)
Return a valid extent depending on zoomOutRestriction status and maxScale restriction. |
boolean |
KaboumExtent.overlap(KaboumExtent e)
Checks if extent e overlap currentExtent |
void |
KaboumExtent.set(KaboumExtent e)
Set the extent e to the current Extent |
void |
KaboumMapServerTools.setExtent(KaboumExtent e)
Set the current spatial extent |
Constructors in org.kaboum.util with parameters of type KaboumExtent | |
---|---|
KaboumMapServerTools(java.lang.String _mapserverURL,
java.lang.String _mapPath,
int _historyMaxSize,
KaboumPrecisionModel _pm,
java.lang.String _layersList,
java.lang.String _queryLayersList,
KaboumExtent _restrictedExtent,
int _maxScale,
boolean _useCache,
KaboumExtent _referenceExtent,
java.awt.Dimension _screenSize,
KaboumGGDIndex _GGDIndex)
Constructeur |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |