Package org.n52.shetland.ogc.sos.ifoi
Interface InsertFeatureOfInterestConstants
-
public interface InsertFeatureOfInterestConstants
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceInsertFeatureOfInterestConstants.InsertFeatureOfInterestParams
-
Field Summary
Fields Modifier and Type Field Description static StringCONFORMANCE_CLASSstatic StringNS_IFOIstatic StringNS_IFOI_PREFIXstatic StringOPERATION_NAMEThe operation name.static StringSCHEMA_LOCATION_URL_INSERT_FEATURE_OF_INTEREST
-
-
-
Field Detail
-
OPERATION_NAME
static final String OPERATION_NAME
The operation name.- See Also:
- Constant Field Values
-
NS_IFOI
static final String NS_IFOI
- See Also:
- Constant Field Values
-
NS_IFOI_PREFIX
static final String NS_IFOI_PREFIX
- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_URL_INSERT_FEATURE_OF_INTEREST
static final String SCHEMA_LOCATION_URL_INSERT_FEATURE_OF_INTEREST
- See Also:
- Constant Field Values
-
CONFORMANCE_CLASS
static final String CONFORMANCE_CLASS
- See Also:
- Constant Field Values
-
-