Package org.opengis.cite.cat30
Class CAT3
java.lang.Object
org.opengis.cite.cat30.CAT3
Contains various constants pertaining to Catalogue 3.0 (HTTP) service interfaces as
specified in OGC 12-176r5 and related standards.
- See Also:
-
- "OGC Catalogue Services 3.0 Specification -- HTTP Protocol Binding, Version 3.0"
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
ConstantACCEPT_FORMATS="acceptFormats"
static final String
ConstantACCEPT_VERSIONS="acceptVersions"
static final String
ConstantAPP_OPENSEARCH_XML="application/opensearchdescription+xml"
static final String
ConstantAPP_VND_OPENSEARCH_XML="application/vnd.a9.opensearchdescriptio"{trunked}
static final String
ConstantBBOX="bbox"
static final String
ConstantCC_OPEN_SEARCH="OpenSearch"
static final String
ConstantELEMENT_NAME="elementName"
static final String
ConstantELEMENT_SET="elementSetName"
static final String
ConstantELEMENT_SET_BRIEF="brief"
static final String
ConstantELEMENT_SET_FULL="full"
static final String
ConstantELEMENT_SET_SUMMARY="summary"
static final String
ConstantGET_CAPABILITIES="GetCapabilities"
static final String
ConstantGET_RECORD_BY_ID="GetRecordById"
static final String
ConstantGET_RECORDS="GetRecords"
static final String
ConstantGET_RECORDS_RSP="GetRecordsResponse"
static final String
ConstantID="id"
static final String
ConstantINVALID_PARAM_VAL="InvalidParameterValue"
static final String
ConstantINVALID_UPDATE_SEQ="InvalidUpdateSequence"
static final String
ConstantMAX_RECORDS="maxRecords"
static final String
ConstantMISSING_PARAM_VAL="MissingParameterValue"
static final String
ConstantNAMESPACE="namespace"
static final String
ConstantNEXT_REC="nextRecord"
static final String
ConstantNO_CODE="NoApplicableCode"
static final String
ConstantNUM_REC_MATCHED="numberOfRecordsMatched"
static final String
ConstantNUM_REC_RETURNED="numberOfRecordsReturned"
static final String
ConstantOPER_NOT_SUPPORTED="OperationNotSupported"
static final String
ConstantOPT_NOT_SUPPORTED="OptionNotSupported"
static final String
ConstantOUTPUT_FORMAT="outputFormat"
static final String
ConstantOUTPUT_SCHEMA="outputSchema"
static final String
ConstantPARSING_FAILED="OperationParsingFailed"
static final String
ConstantPROCESSING_FAILED="OperationProcessingFailed"
static final String
ConstantQ="q"
static final String
ConstantREC_ID_LIST="recordIds"
static final String
ConstantREQUEST="request"
static final String
ConstantSCHEMA_URI="http://schemas.opengis.net/cat/csw/3.0/"{trunked}
static final String
ConstantSEARCH_RESULTS="SearchResults"
static final String
ConstantSECTIONS="sections"
static final String
ConstantSERVICE="service"
static final String
ConstantSERVICE_TYPE_CODE="CSW"
static final String
ConstantSTART_POS="startPosition"
static final String
ConstantTYPE_NAMES="typeNames"
static final String
ConstantVER_NEGOTIATION_FAILED="VersionNegotiationFailed"
static final String
ConstantVERSION="version"
static final String
ConstantVERSION_3_0_0="3.0.0"
-
Method Summary
-
Field Details
-
SCHEMA_URI
ConstantSCHEMA_URI="http://schemas.opengis.net/cat/csw/3.0/"{trunked}
- See Also:
-
SERVICE_TYPE_CODE
ConstantSERVICE_TYPE_CODE="CSW"
- See Also:
-
VERSION_3_0_0
ConstantVERSION_3_0_0="3.0.0"
- See Also:
-
GET_CAPABILITIES
ConstantGET_CAPABILITIES="GetCapabilities"
- See Also:
-
GET_RECORD_BY_ID
ConstantGET_RECORD_BY_ID="GetRecordById"
- See Also:
-
GET_RECORDS
ConstantGET_RECORDS="GetRecords"
- See Also:
-
GET_RECORDS_RSP
ConstantGET_RECORDS_RSP="GetRecordsResponse"
- See Also:
-
SEARCH_RESULTS
ConstantSEARCH_RESULTS="SearchResults"
- See Also:
-
REQUEST
ConstantREQUEST="request"
- See Also:
-
SERVICE
ConstantSERVICE="service"
- See Also:
-
VERSION
ConstantVERSION="version"
- See Also:
-
ACCEPT_VERSIONS
ConstantACCEPT_VERSIONS="acceptVersions"
- See Also:
-
ACCEPT_FORMATS
ConstantACCEPT_FORMATS="acceptFormats"
- See Also:
-
SECTIONS
ConstantSECTIONS="sections"
- See Also:
-
ID
ConstantID="id"
- See Also:
-
MAX_RECORDS
ConstantMAX_RECORDS="maxRecords"
- See Also:
-
ELEMENT_SET
ConstantELEMENT_SET="elementSetName"
- See Also:
-
ELEMENT_NAME
ConstantELEMENT_NAME="elementName"
- See Also:
-
TYPE_NAMES
ConstantTYPE_NAMES="typeNames"
- See Also:
-
NAMESPACE
ConstantNAMESPACE="namespace"
- See Also:
-
OUTPUT_FORMAT
ConstantOUTPUT_FORMAT="outputFormat"
- See Also:
-
OUTPUT_SCHEMA
ConstantOUTPUT_SCHEMA="outputSchema"
- See Also:
-
START_POS
ConstantSTART_POS="startPosition"
- See Also:
-
BBOX
ConstantBBOX="bbox"
- See Also:
-
Q
ConstantQ="q"
- See Also:
-
REC_ID_LIST
ConstantREC_ID_LIST="recordIds"
- See Also:
-
NUM_REC_RETURNED
ConstantNUM_REC_RETURNED="numberOfRecordsReturned"
- See Also:
-
NUM_REC_MATCHED
ConstantNUM_REC_MATCHED="numberOfRecordsMatched"
- See Also:
-
NEXT_REC
ConstantNEXT_REC="nextRecord"
- See Also:
-
ELEMENT_SET_FULL
ConstantELEMENT_SET_FULL="full"
- See Also:
-
ELEMENT_SET_SUMMARY
ConstantELEMENT_SET_SUMMARY="summary"
- See Also:
-
ELEMENT_SET_BRIEF
ConstantELEMENT_SET_BRIEF="brief"
- See Also:
-
VER_NEGOTIATION_FAILED
ConstantVER_NEGOTIATION_FAILED="VersionNegotiationFailed"
- See Also:
-
MISSING_PARAM_VAL
ConstantMISSING_PARAM_VAL="MissingParameterValue"
- See Also:
-
INVALID_PARAM_VAL
ConstantINVALID_PARAM_VAL="InvalidParameterValue"
- See Also:
-
INVALID_UPDATE_SEQ
ConstantINVALID_UPDATE_SEQ="InvalidUpdateSequence"
- See Also:
-
OPER_NOT_SUPPORTED
ConstantOPER_NOT_SUPPORTED="OperationNotSupported"
- See Also:
-
OPT_NOT_SUPPORTED
ConstantOPT_NOT_SUPPORTED="OptionNotSupported"
- See Also:
-
NO_CODE
ConstantNO_CODE="NoApplicableCode"
- See Also:
-
PROCESSING_FAILED
ConstantPROCESSING_FAILED="OperationProcessingFailed"
- See Also:
-
PARSING_FAILED
ConstantPARSING_FAILED="OperationParsingFailed"
- See Also:
-
APP_OPENSEARCH_XML
ConstantAPP_OPENSEARCH_XML="application/opensearchdescription+xml"
- See Also:
-
APP_VND_OPENSEARCH_XML
ConstantAPP_VND_OPENSEARCH_XML="application/vnd.a9.opensearchdescriptio"{trunked}
- See Also:
-
CC_OPEN_SEARCH
ConstantCC_OPEN_SEARCH="OpenSearch"
- See Also:
-