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 StringConstantACCEPT_FORMATS="acceptFormats"static final StringConstantACCEPT_VERSIONS="acceptVersions"static final StringConstantAPP_OPENSEARCH_XML="application/opensearchdescription+xml"static final StringConstantAPP_VND_OPENSEARCH_XML="application/vnd.a9.opensearchdescriptio"{trunked}static final StringConstantBBOX="bbox"static final StringConstantCC_OPEN_SEARCH="OpenSearch"static final StringConstantELEMENT_NAME="elementName"static final StringConstantELEMENT_SET="elementSetName"static final StringConstantELEMENT_SET_BRIEF="brief"static final StringConstantELEMENT_SET_FULL="full"static final StringConstantELEMENT_SET_SUMMARY="summary"static final StringConstantGET_CAPABILITIES="GetCapabilities"static final StringConstantGET_RECORD_BY_ID="GetRecordById"static final StringConstantGET_RECORDS="GetRecords"static final StringConstantGET_RECORDS_RSP="GetRecordsResponse"static final StringConstantID="id"static final StringConstantINVALID_PARAM_VAL="InvalidParameterValue"static final StringConstantINVALID_UPDATE_SEQ="InvalidUpdateSequence"static final StringConstantMAX_RECORDS="maxRecords"static final StringConstantMISSING_PARAM_VAL="MissingParameterValue"static final StringConstantNAMESPACE="namespace"static final StringConstantNEXT_REC="nextRecord"static final StringConstantNO_CODE="NoApplicableCode"static final StringConstantNUM_REC_MATCHED="numberOfRecordsMatched"static final StringConstantNUM_REC_RETURNED="numberOfRecordsReturned"static final StringConstantOPER_NOT_SUPPORTED="OperationNotSupported"static final StringConstantOPT_NOT_SUPPORTED="OptionNotSupported"static final StringConstantOUTPUT_FORMAT="outputFormat"static final StringConstantOUTPUT_SCHEMA="outputSchema"static final StringConstantPARSING_FAILED="OperationParsingFailed"static final StringConstantPROCESSING_FAILED="OperationProcessingFailed"static final StringConstantQ="q"static final StringConstantREC_ID_LIST="recordIds"static final StringConstantREQUEST="request"static final StringConstantSCHEMA_URI="http://schemas.opengis.net/cat/csw/3.0/"{trunked}static final StringConstantSEARCH_RESULTS="SearchResults"static final StringConstantSECTIONS="sections"static final StringConstantSERVICE="service"static final StringConstantSERVICE_TYPE_CODE="CSW"static final StringConstantSTART_POS="startPosition"static final StringConstantTYPE_NAMES="typeNames"static final StringConstantVER_NEGOTIATION_FAILED="VersionNegotiationFailed"static final StringConstantVERSION="version"static final StringConstantVERSION_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:
 
 
 -