|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidAxisDefinitionException | |
org.deegree_impl.enterprise | |
org.deegree_impl.model.cv | |
org.deegree_impl.services.wts.configuration |
Uses of InvalidAxisDefinitionException in org.deegree_impl.enterprise |
Methods in org.deegree_impl.enterprise that throw InvalidAxisDefinitionException | |
private void |
WCSServlet.initDescriptors()
initializes a descriptor object for each coverage layer defined at the WCS capabilities |
Uses of InvalidAxisDefinitionException in org.deegree_impl.model.cv |
Methods in org.deegree_impl.model.cv that throw InvalidAxisDefinitionException | |
static CVDescriptor |
CVDescriptorFactory.createCVDescriptor(java.net.URL resource)
create a CVDescriptor instance from an URL referencing a XML- document that's conform to CVDescriptor schema definition. |
static CVDescriptor |
CVDescriptorFactory.createCVDescriptor(org.w3c.dom.Document document)
create a CVDescriptor instance from an XML-document that's conform to CVDescriptor schema definition. |
static CoverageLayer[] |
CVDescriptorFactory.createCoverageLayer(org.w3c.dom.Element element)
creates an array of CoverageLayers from the CoverageLayerList element of the capabilities TODO support for other layer types than grid coverages |
static GridCoverageLayer |
CVDescriptorFactory.createGridCoverageLayer(org.w3c.dom.Element element)
creates a GridCoverageLayer instance from a Element |
private static GridExtentDescription |
CVDescriptorFactory.createGridExtentDescription(org.w3c.dom.Element element)
creates the GridExtentDescription for the GridCoverageLayer |
private static GridAxisDescription |
CVDescriptorFactory.createGridAxisDescription(org.w3c.dom.Element element)
creates a description of a axis of the GridCoverageLayer |
static CVDescriptor |
CVDescriptorDirFactory.createCVDescriptor(java.net.URL resource)
create a CVDescriptor instance from an URL referencing a XML- document that's conform to CVDescriptor schema definition. |
static CVDescriptor |
CVDescriptorDirFactory.createCVDescriptor(org.w3c.dom.Document document)
create a CVDescriptor instance from an XML-document that's conform to CVDescriptor schema definition. |
static CoverageLayer[] |
CVDescriptorDirFactory.createCoverageLayer(org.w3c.dom.Element element)
creates an array of CoverageLayers from the CoverageLayerList element of the capabilities TODO support for other layer types than grid coverages |
static GridCoverageLayer |
CVDescriptorDirFactory.createGridCoverageLayer(org.w3c.dom.Element element)
creates a GridCoverageLayer instance from a Element |
private static GridExtentDescription |
CVDescriptorDirFactory.createGridExtentDescription(org.w3c.dom.Element element)
creates the GridExtentDescription for the GridCoverageLayer |
private static GridAxisDescription |
CVDescriptorDirFactory.createGridAxisDescription(org.w3c.dom.Element element)
creates a description of a axis of the GridCoverageLayer |
Constructors in org.deegree_impl.model.cv that throw InvalidAxisDefinitionException | |
GridAxis_Impl(java.lang.String name,
java.lang.String description,
int orientation)
|
Uses of InvalidAxisDefinitionException in org.deegree_impl.services.wts.configuration |
Methods in org.deegree_impl.services.wts.configuration that throw InvalidAxisDefinitionException | |
static WTSConfiguration |
WTSConfigurationFactory.createConfiguration(java.lang.String configFileURL)
Creates a new instance of ConfigurationFactory |
static WTSConfiguration |
WTSConfigurationFactory.createConfiguration(java.net.URL url)
Creates a new instance of ConfigurationFactory |
private static void |
WTSConfigurationFactory.createLayer(org.w3c.dom.Element layer,
java.util.HashMap sourceTypes,
java.util.HashMap formatNames,
java.util.HashMap responsibleServices)
|
private static void |
WTSConfigurationFactory.createFeatureCollection(org.w3c.dom.Element layer,
java.util.HashMap sourceTypes,
java.util.HashMap formatNames,
java.util.HashMap textures,
java.util.HashMap responsibleServices)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |