|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayerBoundingBox | |
org.deegree_impl.services.wms.capabilities | |
org.deegree.services.wms.capabilities |
Uses of LayerBoundingBox in org.deegree_impl.services.wms.capabilities |
Classes in org.deegree_impl.services.wms.capabilities that implement LayerBoundingBox | |
(package private) class |
LayerBoundingBox_Impl
Layers may have zero or more |
Methods in org.deegree_impl.services.wms.capabilities that return LayerBoundingBox | |
protected LayerBoundingBox |
OGCWMSCapabilitiesFactory.createBoundingBox(org.w3c.dom.Element element)
Creates a LayerBoundingBox-instance according to the contents of the DOM-subtree starting at the given 'BoundingBox'-Element. |
LayerBoundingBox[] |
Layer_Impl.getBoundingBox()
Layers may have zero or more |
protected LayerBoundingBox |
DeegreeWMSCapabilitiesFactory.createBoundingBox(GM_Envelope llBBox,
java.lang.String crs)
creates a LayerBoundingBox with a CRS othe than EPSG:4326 instance from the passed LatLonBoundingBox and the desired CRS |
Methods in org.deegree_impl.services.wms.capabilities with parameters of type LayerBoundingBox | |
void |
Layer_Impl.setBoundingBox(LayerBoundingBox[] boundingBox)
sets the boundingBox |
protected GM_Envelope |
DeegreeWMSCapabilitiesFactory.createLatLonBoundingBox(LayerBoundingBox box)
creates a GM_Envelope with lat/lon coordinates from the passed LayerBoundingBox by transforming the corner coordinates to EPSG:4326. |
Constructors in org.deegree_impl.services.wms.capabilities with parameters of type LayerBoundingBox | |
Layer_Impl(boolean queryable,
int cascaded,
boolean opaque,
boolean noSubsets,
int fixedWidth,
int fixedHeight,
java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
GM_Envelope latLonBoundingBox,
Attribution attribution,
ScaleHint scaleHint,
java.lang.String[] keywordList,
java.lang.String[] srs,
LayerBoundingBox[] boundingBoxes,
Dimension[] dimensions,
Extent[] extents,
AuthorityURL[] authorityURLs,
Identifier[] identifiers,
MetadataURL[] metadataURLs,
DataURL[] dataURLs,
FeatureListURL[] featureListURLs,
Style[] styles,
Layer[] layers,
DataSource[] dataSource,
Layer parent)
constructor initializing the class with the |
Uses of LayerBoundingBox in org.deegree.services.wms.capabilities |
Methods in org.deegree.services.wms.capabilities that return LayerBoundingBox | |
LayerBoundingBox[] |
Layer.getBoundingBox()
Layers may have zero or more |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |