|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CVDescriptor | |
org.deegree_impl.enterprise | |
org.deegree_impl.model.cv | |
org.deegree_impl.model.gc | |
org.deegree_impl.services.wcs |
Uses of CVDescriptor in org.deegree_impl.enterprise |
Fields in org.deegree_impl.enterprise declared as CVDescriptor | |
private CVDescriptor[] |
WCSServlet.descriptors
|
private CVDescriptor[] |
WCServicePool.descriptors
|
Methods in org.deegree_impl.enterprise with parameters of type CVDescriptor | |
static WCServicePool |
WCServicePool.getInstance(CVDescriptor[] descriptors)
realize singelton pattern using double checked locking pattern. |
Constructors in org.deegree_impl.enterprise with parameters of type CVDescriptor | |
WCServicePool(CVDescriptor[] descriptors)
|
Uses of CVDescriptor in org.deegree_impl.model.cv |
Classes in org.deegree_impl.model.cv that implement CVDescriptor | |
(package private) class |
CVDescriptor_Impl
Interface for describing a coverage layer with a multi level resolution splitted into several Tiles. |
Fields in org.deegree_impl.model.cv declared as CVDescriptor | |
protected CVDescriptor |
CV_Coverage_Impl.descriptor
|
Methods in org.deegree_impl.model.cv that return CVDescriptor | |
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 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. |
Constructors in org.deegree_impl.model.cv with parameters of type CVDescriptor | |
CV_Coverage_Impl(CVDescriptor descriptor)
initialzies a simple CV_Coverage |
Uses of CVDescriptor in org.deegree_impl.model.gc |
Constructors in org.deegree_impl.model.gc with parameters of type CVDescriptor | |
GC_GridCoverage_Impl(CVDescriptor descriptor,
boolean isEditable)
initialzies a simple CV_Coverage with an image, coordinate reference system, an envelope describing the spatial extension of of the coverage and the coverages metadata. |
Uses of CVDescriptor in org.deegree_impl.services.wcs |
Constructors in org.deegree_impl.services.wcs with parameters of type CVDescriptor | |
WCService_Impl(CVDescriptor[] descriptors)
Creates a new WCService_Impl object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |