| 
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Code in org.deegree.model.coverage.grid | 
|---|
| Constructors in org.deegree.model.coverage.grid with parameters of type Code | |
|---|---|
Format(Code code)
Initializes a format with a Code containing a code that will be used as format name and a code space (optional) that will be interpreted as format vendor.  | 
|
| Uses of Code in org.deegree.model.metadata.iso19115 | 
|---|
| Subclasses of Code in org.deegree.model.metadata.iso19115 | |
|---|---|
 class | 
TypeCode
Defines a semantic category.  | 
| Methods in org.deegree.model.metadata.iso19115 that return Code | |
|---|---|
 Code | 
ISO19115Document.parseCode(org.w3c.dom.Element root)
 | 
| Methods in org.deegree.model.metadata.iso19115 with parameters of type Code | |
|---|---|
static void | 
XMLFactory.appendCode(org.w3c.dom.Element root,
                     java.lang.String tagName,
                     Code code)
Appends an element of type CodeType with the given name and content.  | 
| Uses of Code in org.deegree.ogcwebservices | 
|---|
| Methods in org.deegree.ogcwebservices that return Code | |
|---|---|
 Code | 
SupportedFormats.getNativeFormat()
 | 
| Methods in org.deegree.ogcwebservices with parameters of type Code | |
|---|---|
 void | 
SupportedFormats.setNativeFormat(Code nativeFormat)
 | 
| Constructors in org.deegree.ogcwebservices with parameters of type Code | |
|---|---|
SupportedFormats(CodeList[] formats,
                                 Code nativeFormat)
 | 
|
| Uses of Code in org.deegree.ogcwebservices.csw.discovery | 
|---|
| Methods in org.deegree.ogcwebservices.csw.discovery that return Code | |
|---|---|
 Code | 
DomainValues.getConceptualScheme()
 | 
| Uses of Code in org.deegree.ogcwebservices.getcapabilities | 
|---|
| Methods in org.deegree.ogcwebservices.getcapabilities that return Code | |
|---|---|
 Code | 
ServiceIdentification.getServiceType()
Returns the java representation of the ServiceType-element.  | 
| Constructors in org.deegree.ogcwebservices.getcapabilities with parameters of type Code | |
|---|---|
ServiceIdentification(Code serviceType,
                                           java.lang.String[] serviceTypeVersions,
                                           java.lang.String title,
                                           java.lang.String serviceAbstract,
                                           Keywords[] keywords,
                                           java.lang.String fees,
                                           java.lang.String[] accessConstraints)
Constructs a new ServiceIdentification object.  | 
|
ServiceIdentification(java.lang.String name,
                                           Code serviceType,
                                           java.lang.String[] serviceTypeVersions,
                                           java.lang.String title,
                                           java.lang.String serviceAbstract,
                                           Keywords[] keywords,
                                           java.lang.String fees,
                                           java.lang.String[] accessConstraints)
Constructs a new ServiceIdentification object.  | 
|
| Uses of Code in org.deegree.ogcwebservices.wcs.getcoverage | 
|---|
| Methods in org.deegree.ogcwebservices.wcs.getcoverage that return Code | |
|---|---|
 Code | 
Output.getCrs()
 | 
 Code | 
ResultCoverage.getDesiredOutputFormat()
 | 
 Code | 
Output.getFormat()
 | 
 Code | 
DomainSubset.getRequestSRS()
 | 
| Constructors in org.deegree.ogcwebservices.wcs.getcoverage with parameters of type Code | |
|---|---|
DomainSubset(Code requestSRS,
                         SpatialSubset spatialSubset)
 | 
|
DomainSubset(Code requestSRS,
                         SpatialSubset spatialSubset,
                         TimeSequence temporalSubset)
 | 
|
DomainSubset(Code requestSRS,
                         TimeSequence temporalSubset)
 | 
|
Output(Code crs,
             Code format)
 | 
|
ResultCoverage(java.lang.Object coverage,
                             java.lang.Class coverageType,
                             Code desiredOutputFormat,
                             GetCoverage request)
 | 
|
| Uses of Code in org.deegree.ogcwebservices.wps | 
|---|
| Fields in org.deegree.ogcwebservices.wps declared as Code | |
|---|---|
protected  Code | 
WPSDescription.identifier
Unambiguous identifier or name of a process, unique for this server, or unambiguous identifier or name of an input or output, unique for this process.  | 
| Methods in org.deegree.ogcwebservices.wps that return Code | |
|---|---|
 Code | 
WPSDescription.getIdentifier()
 | 
| Methods in org.deegree.ogcwebservices.wps with parameters of type Code | |
|---|---|
 void | 
WPSDescription.setIdentifier(Code value)
 | 
| Constructors in org.deegree.ogcwebservices.wps with parameters of type Code | |
|---|---|
ProcessBrief(Code identifier,
                         java.lang.String title)
 | 
|
ProcessBrief(Code identifier,
                         java.lang.String title,
                         java.lang.String _abstract,
                         java.lang.String processVersion,
                         java.util.List<MetadataType> metadata)
 | 
|
WPSDescription(Code identifier,
                             java.lang.String title)
 | 
|
WPSDescription(Code identifier,
                             java.lang.String title,
                             java.lang.String _abstract)
 | 
|
| Uses of Code in org.deegree.ogcwebservices.wps.describeprocess | 
|---|
| Fields in org.deegree.ogcwebservices.wps.describeprocess with type parameters of type Code | |
|---|---|
protected  java.util.List<Code> | 
DescribeProcessRequest.identifier
Unordered list of one or more identifiers of the processes for which the client is requesting detailed descriptions.  | 
| Methods in org.deegree.ogcwebservices.wps.describeprocess that return types with arguments of type Code | |
|---|---|
 java.util.List<Code> | 
DescribeProcessRequest.getIdentifier()
 | 
| Constructors in org.deegree.ogcwebservices.wps.describeprocess with parameters of type Code | |
|---|---|
InputDescription(Code identifier,
                                 java.lang.String title,
                                 java.lang.String _abstract,
                                 SupportedCRSs boundingBoxData,
                                 ComplexData complexData,
                                 LiteralInput literalData,
                                 int occurs)
 | 
|
OutputDescription(Code identifier,
                                   java.lang.String title,
                                   java.lang.String _abstract,
                                   SupportedCRSs boundingBoxOutput,
                                   ComplexData complexOutput,
                                   LiteralOutput literalOutput)
 | 
|
ProcessDescription(java.lang.String resonsibleClass,
                                     Code identifier,
                                     java.lang.String title,
                                     java.lang.String _abstract,
                                     java.lang.String processVersion,
                                     java.util.List<MetadataType> metadata,
                                     ProcessDescription.DataInputs inputs,
                                     ProcessDescription.ProcessOutputs outputs,
                                     java.lang.Boolean statusSupported,
                                     java.lang.Boolean storeSupported)
 | 
|
| Constructor parameters in org.deegree.ogcwebservices.wps.describeprocess with type arguments of type Code | |
|---|---|
DescribeProcessRequest(java.lang.String version,
                                             java.lang.String id,
                                             java.util.Map<java.lang.String,java.lang.String> vendorSpecificParameter,
                                             java.util.List<Code> identifier)
 | 
|
| Uses of Code in org.deegree.ogcwebservices.wps.execute | 
|---|
| Fields in org.deegree.ogcwebservices.wps.execute declared as Code | |
|---|---|
protected  Code | 
ExecuteResponse.identifier
Identifier of the Process requested to be executed.  | 
protected  Code | 
ExecuteRequest.identifier
Identifier of the Process to be executed.  | 
| Methods in org.deegree.ogcwebservices.wps.execute that return Code | |
|---|---|
 Code | 
ExecuteResponse.getIdentifier()
 | 
 Code | 
ExecuteRequest.getIdentifier()
 | 
| Methods in org.deegree.ogcwebservices.wps.execute with parameters of type Code | |
|---|---|
 void | 
ExecuteResponse.setIdentifier(Code identifier)
 | 
| Constructors in org.deegree.ogcwebservices.wps.execute with parameters of type Code | |
|---|---|
ExecuteRequest(java.lang.String version,
                             java.lang.String id,
                             java.util.Map<java.lang.String,java.lang.String> vendorSpecificParameter,
                             ExecuteDataInputs inputs,
                             Code identifier,
                             OutputDefinitions definitions,
                             boolean status,
                             boolean store)
 | 
|
ExecuteResponse(ExecuteDataInputs dataInputs,
                               Code identifier,
                               OutputDefinitions outputDefinitions,
                               ExecuteResponse.ProcessOutputs processOutputs,
                               Status status,
                               java.lang.String statusLocation,
                               java.lang.String version,
                               boolean directResponse)
 | 
|
IOValue(Code identifier,
               java.lang.String title,
               java.lang.String _abstract,
               Envelope boundingBoxValue,
               ComplexValue complexValue,
               IOValue.ComplexValueReference complexValueReference,
               TypedLiteral literalValue)
 | 
|
OutputDefinition(Code identifier,
                                 java.lang.String title,
                                 java.lang.String _abstract,
                                 java.net.URI encoding,
                                 java.lang.String format,
                                 java.net.URL schema,
                                 java.net.URI uom)
 | 
|
| Uses of Code in org.deegree.owscommon_new | 
|---|
| Methods in org.deegree.owscommon_new that return Code | |
|---|---|
 Code | 
ServiceIdentification.getServiceType()
 | 
| Constructors in org.deegree.owscommon_new with parameters of type Code | |
|---|---|
ServiceIdentification(Code serviceType,
                                           java.util.List<java.lang.String> serviceTypeVersions,
                                           java.lang.String title,
                                           java.util.List<java.lang.String> alternativeTitles,
                                           java.util.Date date,
                                           java.lang.String identifier,
                                           java.lang.String abstractString,
                                           java.util.List<Keywords> keywords,
                                           java.util.List<Constraints> accessConstraints)
Standard constructor that initializes all encapsulated data.  | 
|
  | 
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
                    For more information visit: http://www.deegree.org