|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GMLBox | |
org.deegree_impl.gml | |
org.deegree_impl.model.geometry | |
org.deegree.gml |
Uses of GMLBox in org.deegree_impl.gml |
Classes in org.deegree_impl.gml that implement GMLBox | |
class |
GMLBox_Impl
---------------------------------------------------------- |
Methods in org.deegree_impl.gml that return GMLBox | |
GMLBox |
GMLFeature_Impl.getBoundedBy()
returns the boundingbox of the feature |
static GMLBox |
GMLBox_Impl.createGMLBox(org.w3c.dom.Document doc)
factory method to create an initial box tag. the upper left corner is set to [0,0] and the lower right corner to [1,1]. |
Methods in org.deegree_impl.gml with parameters of type GMLBox | |
void |
GMLFeatureCollection_Impl.setBoundingBox(GMLBox box)
sets the bounding box of the feature collection |
Uses of GMLBox in org.deegree_impl.model.geometry |
Methods in org.deegree_impl.model.geometry with parameters of type GMLBox | |
static GM_Envelope |
GMLAdapter.createGM_Envelope(GMLBox box)
creates a GM_Envelope object out from a GMLBox |
private static GM_Surface |
GMLAdapter.wrap(GMLBox gmlBox)
|
Uses of GMLBox in org.deegree.gml |
Methods in org.deegree.gml that return GMLBox | |
GMLBox |
GMLFeature.getBoundedBy()
returns the boundingbox of the feature |
Methods in org.deegree.gml with parameters of type GMLBox | |
void |
GMLFeatureCollection.setBoundingBox(GMLBox box)
sets the bounding box of the feature collection |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |