Uses of Class
org.n52.shetland.ogc.ows.service.OwsOperationKey
-
Packages that use OwsOperationKey Package Description org.n52.shetland.ogc.ows.service -
-
Uses of OwsOperationKey in org.n52.shetland.ogc.ows.service
Subclasses of OwsOperationKey in org.n52.shetland.ogc.ows.service Modifier and Type Class Description classVersionedOperationKeyMethods in org.n52.shetland.ogc.ows.service that return OwsOperationKey Modifier and Type Method Description OwsOperationKeyOwsServiceCommunicationObject. getKey()Methods in org.n52.shetland.ogc.ows.service with parameters of type OwsOperationKey Modifier and Type Method Description intOwsOperationKey. compareTo(OwsOperationKey other)intVersionedOperationKey. compareTo(OwsOperationKey other)intOwsOperationKey. getSimilarity(OwsOperationKey key)intVersionedOperationKey. getSimilarity(OwsOperationKey key)Constructors in org.n52.shetland.ogc.ows.service with parameters of type OwsOperationKey Constructor Description OwsOperationKey(OwsOperationKey key)VersionedOperationKey(OwsOperationKey key, String operationVersion)
-