Uses of Interface
net.opengis.ows.x11.DCPDocument.DCP

Packages that use DCPDocument.DCP
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of DCPDocument.DCP in net.opengis.ows.x11
 

Methods in net.opengis.ows.x11 that return DCPDocument.DCP
 DCPDocument.DCP OperationDocument.Operation.addNewDCP()
          Appends and returns a new empty value (as xml) as the last "DCP" element
 DCPDocument.DCP DCPDocument.addNewDCP()
          Appends and returns a new empty "DCP" element
 DCPDocument.DCP DCPDocument.getDCP()
          Gets the "DCP" element
 DCPDocument.DCP[] OperationDocument.Operation.getDCPArray()
          Gets array of all "DCP" elements
 DCPDocument.DCP OperationDocument.Operation.getDCPArray(int i)
          Gets ith "DCP" element
 DCPDocument.DCP OperationDocument.Operation.insertNewDCP(int i)
          Inserts and returns a new empty value (as xml) as the ith "DCP" element
static DCPDocument.DCP DCPDocument.DCP.Factory.newInstance()
           
static DCPDocument.DCP DCPDocument.DCP.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ows.x11 with parameters of type DCPDocument.DCP
 void DCPDocument.setDCP(DCPDocument.DCP dcp)
          Sets the "DCP" element
 void OperationDocument.Operation.setDCPArray(DCPDocument.DCP[] dcpArray)
          Sets array of all "DCP" element
 void OperationDocument.Operation.setDCPArray(int i, DCPDocument.DCP dcp)
          Sets ith "DCP" element
 

Uses of DCPDocument.DCP in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement DCPDocument.DCP
static class DCPDocumentImpl.DCPImpl
          An XML DCP(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11.impl that return DCPDocument.DCP
 DCPDocument.DCP OperationDocumentImpl.OperationImpl.addNewDCP()
          Appends and returns a new empty value (as xml) as the last "DCP" element
 DCPDocument.DCP DCPDocumentImpl.addNewDCP()
          Appends and returns a new empty "DCP" element
 DCPDocument.DCP DCPDocumentImpl.getDCP()
          Gets the "DCP" element
 DCPDocument.DCP[] OperationDocumentImpl.OperationImpl.getDCPArray()
          Gets array of all "DCP" elements
 DCPDocument.DCP OperationDocumentImpl.OperationImpl.getDCPArray(int i)
          Gets ith "DCP" element
 DCPDocument.DCP OperationDocumentImpl.OperationImpl.insertNewDCP(int i)
          Inserts and returns a new empty value (as xml) as the ith "DCP" element
 

Methods in net.opengis.ows.x11.impl with parameters of type DCPDocument.DCP
 void DCPDocumentImpl.setDCP(DCPDocument.DCP dcp)
          Sets the "DCP" element
 void OperationDocumentImpl.OperationImpl.setDCPArray(DCPDocument.DCP[] dcpArray)
          Sets array of all "DCP" element
 void OperationDocumentImpl.OperationImpl.setDCPArray(int i, DCPDocument.DCP dcp)
          Sets ith "DCP" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.