MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches

Detailed Description

Classes

class  TSLWPSComplexDataDescriptionType
 
class  TSLWPSComplexDataType
 
class  TSLWPSDataSourceSet
 
class  TSLWPSDataType
 
class  TSLWPSDescriptionType
 
class  TSLWPSDocumentOutputDefinitionType
 
class  TSLWPSExecuteRequest
 
class  TSLWPSExecuteResponse
 
class  TSLWPSInputDataFormChoice
 
class  TSLWPSInputDescriptionType
 
class  TSLWPSInputFormChoice
 
class  TSLWPSInputReferenceType
 
class  TSLWPSInputType
 
class  TSLWPSLiteralDataType
 
class  TSLWPSLiteralInputType
 
class  TSLWPSLiteralOutputType
 
class  TSLWPSLiteralValuesChoice
 
class  TSLWPSOutputDataFormChoice
 
class  TSLWPSOutputDataType
 
class  TSLWPSOutputDefinitionType
 
class  TSLWPSOutputDescriptionType
 
class  TSLWPSOutputFormChoice
 
class  TSLWPSOutputReferenceType
 
class  TSLWPSPluginDataSource
 
class  TSLWPSProcessBriefType
 
class  TSLWPSProcessDescriptionType
 
class  TSLWPSProgressSink
 
class  TSLWPSResponseDocumentType
 
class  TSLWPSResponseFormType
 
class  TSLWPSStatusType
 
class  TSLWPSStoreHelper
 
class  TSLWPSSupportedComplexDataInputType
 
class  TSLWPSSupportedComplexDataType
 
class  TSLWPSSupportedCRSsType
 
class  TSLWPSSupportedUOMsType
 
class  TSLWPSValuesReferenceType
 
class  TSLWPSWSDL
 
enum  TSLWPSDataTypeEnum { TSLWPSDataTypeComplexData = 0 , TSLWPSDataTypeLiteralData = 1 , TSLWPSDataTypeBoundingBoxData = 2 }
 
enum  TSLWPSInputDataFormChoiceType { TSLWPSInputDataFormChoiceReference = 0 , TSLWPSInputDataFormChoiceData = 1 }
 
enum  TSLWPSInputFormChoiceType { TSLWPSInputFormChoiceTypeComplexData = 0 , TSLWPSInputFormChoiceTypeLiteralData = 1 , TSLWPSInputFormChoiceTypeBoundingBoxData = 2 }
 
enum  TSLWPSLiteralValuesChoiceType { TSLWPSLiteralValuesChoiceTypeAllowedValues = 0 , TSLWPSLiteralValuesChoiceTypeAnyValue = 1 , TSLWPSLiteralValuesChoiceTypeValuesListReference = 2 }
 
enum  TSLWPSOutputDataFormChoiceType { TSLWPSOutputDataFormReference = 0 , TSLWPSOutputDataFormData = 1 }
 
enum  TSLWPSOutputFormChoiceType { TSLWPSOutputFormChoiceTypeComplexData = 0 , TSLWPSOutputFormChoiceTypeLiteralData = 1 , TSLWPSOutputFormChoiceTypeBoundingBoxData = 2 }
 
enum  TSLWPSResponseFormTypeEnum { TSLWPSResponseFormTypeResponseDocument = 0 , TSLWPSResponseFormTypeRawDataOutput = 1 }
 
enum  TSLWPSStatusTypeEnum {
  TSLWPSStatusTypeProcessAccepted = 0 , TSLWPSStatusTypeProcessStarted = 1 , TSLWPSStatusTypeProcessPaused = 2 , TSLWPSStatusTypeProcessSucceeded = 3 ,
  TSLWPSStatusTypeProcessFailed = 4
}
 

Enumeration Type Documentation

◆ TSLWPSDataTypeEnum

This enumeration lists the possible data types of a process input/output. It encodes the choices listed in the DataType element from the WPS Schema.

Enumerator
TSLWPSDataTypeComplexData 
TSLWPSDataTypeLiteralData 
TSLWPSDataTypeBoundingBoxData 

◆ TSLWPSInputDataFormChoiceType

This enumeration lists the possible input data forms that can be used by the input type.

Enumerator
TSLWPSInputDataFormChoiceReference 
TSLWPSInputDataFormChoiceData 

◆ TSLWPSInputFormChoiceType

This enumeration lists the possible input forms that can be used by the input form choice.

Enumerator
TSLWPSInputFormChoiceTypeComplexData 
TSLWPSInputFormChoiceTypeLiteralData 
TSLWPSInputFormChoiceTypeBoundingBoxData 

◆ TSLWPSLiteralValuesChoiceType

This enumeration lists the possible literal value choices that can be used by the literal input.

Enumerator
TSLWPSLiteralValuesChoiceTypeAllowedValues 
TSLWPSLiteralValuesChoiceTypeAnyValue 
TSLWPSLiteralValuesChoiceTypeValuesListReference 

◆ TSLWPSOutputDataFormChoiceType

Enumerator
TSLWPSOutputDataFormReference 
TSLWPSOutputDataFormData 

◆ TSLWPSOutputFormChoiceType

This enumeration lists the possible output forms that can be used by the output form choice.

Enumerator
TSLWPSOutputFormChoiceTypeComplexData 
TSLWPSOutputFormChoiceTypeLiteralData 
TSLWPSOutputFormChoiceTypeBoundingBoxData 

◆ TSLWPSResponseFormTypeEnum

This enumeration lists the possible response forms of the WPS process. It encodes the choices listed in the ResponseFormType element from the WPS Schema.

Responses from a WPS can either be a response document (encoded in XML) or raw data (for example, an image).

Enumerator
TSLWPSResponseFormTypeResponseDocument 
TSLWPSResponseFormTypeRawDataOutput 

◆ TSLWPSStatusTypeEnum

This enumeration lists the possible execution status that can be reported in a response to an execute request. It encodes the StatusType element from the WPS Schema.

Note that a user implemented plugin should only ever report the status as either TSLWPSStatusTypeProcessSucceeded or TSLWPSStatusTypeProcessFailed. The others are reported by the WPS framework. Note that pausing of processes is not supported.

Enumerator
TSLWPSStatusTypeProcessAccepted 
TSLWPSStatusTypeProcessStarted 
TSLWPSStatusTypeProcessPaused 
TSLWPSStatusTypeProcessSucceeded 
TSLWPSStatusTypeProcessFailed