deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.datatypes.Code

Packages that use Code
org.deegree.model.coverage.grid   
org.deegree.model.metadata.iso19115   
org.deegree.ogcwebservices   
org.deegree.ogcwebservices.csw.discovery   
org.deegree.ogcwebservices.getcapabilities   
org.deegree.ogcwebservices.wcs.getcoverage   
org.deegree.ogcwebservices.wps   
org.deegree.ogcwebservices.wps.describeprocess   
org.deegree.ogcwebservices.wps.execute   
org.deegree.owscommon_new   
 

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(Element root)
           
 

Methods in org.deegree.model.metadata.iso19115 with parameters of type Code
static void XMLFactory.appendCode(Element root, 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, String[] serviceTypeVersions, String title, String serviceAbstract, Keywords[] keywords, String fees, String[] accessConstraints)
          Constructs a new ServiceIdentification object.
ServiceIdentification(String name, Code serviceType, String[] serviceTypeVersions, String title, String serviceAbstract, Keywords[] keywords, String fees, 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(Object coverage, 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, String title)
           
ProcessBrief(Code identifier, String title, String _abstract, String processVersion, List<MetadataType> metadata)
           
WPSDescription(Code identifier, String title)
           
WPSDescription(Code identifier, String title, 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  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
 List<Code> DescribeProcessRequest.getIdentifier()
           
 

Constructors in org.deegree.ogcwebservices.wps.describeprocess with parameters of type Code
InputDescription(Code identifier, String title, String _abstract, SupportedCRSs boundingBoxData, ComplexData complexData, LiteralInput literalData, int occurs)
           
OutputDescription(Code identifier, String title, String _abstract, SupportedCRSs boundingBoxOutput, ComplexData complexOutput, LiteralOutput literalOutput)
           
ProcessDescription(String resonsibleClass, Code identifier, String title, String _abstract, String processVersion, List<MetadataType> metadata, ProcessDescription.DataInputs inputs, ProcessDescription.ProcessOutputs outputs, Boolean statusSupported, Boolean storeSupported)
           
 

Constructor parameters in org.deegree.ogcwebservices.wps.describeprocess with type arguments of type Code
DescribeProcessRequest(String version, String id, Map<String,String> vendorSpecificParameter, 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(String version, String id, Map<String,String> vendorSpecificParameter, ExecuteDataInputs inputs, Code identifier, OutputDefinitions definitions, boolean status, boolean store)
           
ExecuteResponse(ExecuteDataInputs dataInputs, Code identifier, OutputDefinitions outputDefinitions, ExecuteResponse.ProcessOutputs processOutputs, Status status, String statusLocation, String version, boolean directResponse)
           
IOValue(Code identifier, String title, String _abstract, Envelope boundingBoxValue, ComplexValue complexValue, IOValue.ComplexValueReference complexValueReference, TypedLiteral literalValue)
           
OutputDefinition(Code identifier, String title, String _abstract, URI encoding, String format, URL schema, 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, List<String> serviceTypeVersions, String title, List<String> alternativeTitles, Date date, String identifier, String abstractString, List<Keywords> keywords, List<Constraints> accessConstraints)
          Standard constructor that initializes all encapsulated data.
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org