public class OgcEnum extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OgcEnum.EndPoint
A enum type for the allowed endPoint format.
|
static class |
OgcEnum.Operation
A enum type for the allowed operation format.
|
static class |
OgcEnum.OperationType
A enum type for the allowed operation type format.
|
static class |
OgcEnum.Service
A enum type for the allowed service format.
|
static class |
OgcEnum.ServiceType
A enum type for the allowed service type format.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<OgcEnum.ServiceType,Set<OgcEnum.OperationType>> |
OPERATIONS_BY_SERVICETYPE
A map that contains a set of
OgcEnum.OperationTypes for any possible
OgcEnum.ServiceType. |
static Map<OgcEnum.OperationType,Set<OgcEnum.ServiceType>> |
SERVICETYPES_BY_OPERATION
A map that contains a set of
OgcEnum.ServiceTypes for any possible
OgcEnum.OperationType. |
| Constructor and Description |
|---|
OgcEnum() |
public static final Map<OgcEnum.ServiceType,Set<OgcEnum.OperationType>> OPERATIONS_BY_SERVICETYPE
OgcEnum.OperationTypes for any possible
OgcEnum.ServiceType. See also the opposite collection
SERVICETYPES_BY_OPERATION.public static final Map<OgcEnum.OperationType,Set<OgcEnum.ServiceType>> SERVICETYPES_BY_OPERATION
OgcEnum.ServiceTypes for any possible
OgcEnum.OperationType. See also the opposite collection
OPERATIONS_BY_SERVICETYPE.Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.