public class OgcMessage extends Object
| Constructor and Description |
|---|
OgcMessage()
Default constructor
|
OgcMessage(OgcEnum.ServiceType service,
OgcEnum.OperationType operation,
String endPoint,
InterceptorEnum.RuleType requestRule,
InterceptorEnum.RuleType responseRule) |
public OgcMessage()
public OgcMessage(OgcEnum.ServiceType service, OgcEnum.OperationType operation, String endPoint, InterceptorEnum.RuleType requestRule, InterceptorEnum.RuleType responseRule)
service - operation - endPoint - requestRule - responseRule - public OgcEnum.ServiceType getService()
public void setService(OgcEnum.ServiceType service)
service - the service to setpublic OgcEnum.OperationType getOperation()
public void setOperation(OgcEnum.OperationType operation)
operation - the operation to setpublic String getEndPoint()
public void setEndPoint(String endPoint)
endPoint - the endPoint to setpublic InterceptorEnum.RuleType getRequestRule()
public void setRequestRule(InterceptorEnum.RuleType requestRule)
requestRule - the requestRule to setpublic InterceptorEnum.RuleType getResponseRule()
public void setResponseRule(InterceptorEnum.RuleType responseRule)
responseRule - the responseRule to setpublic boolean isWms()
public boolean isWfs()
public boolean isWcs()
public boolean isWps()
public boolean isW3ds()
public boolean isWmsGetCapabilities()
public boolean isWmsGetMap()
public boolean isWmsGetFeatureInfo()
public boolean isWmsDescribeLayer()
public boolean isWmsGetLegendGraphic()
public boolean isWmsGetStyles()
public boolean isWfsGetCapabilities()
public boolean isWfsDescribeFeatureType()
public boolean isWfsGetFeature()
public boolean isWfsLockFeature()
public boolean isWfsTransaction()
public boolean isWcsGetCapabilities()
public boolean isWcsDescribeCoverage()
public boolean isWcsGetCoverage()
public boolean isWpsGetCapabilities()
public boolean isWpsDescribeProcess()
public boolean isWpsExecute()
public boolean isW3dsGetCapabilities()
public boolean isW3dsGetScene()
public boolean isW3dsGetFeatureInfo()
public boolean isW3dsGetLayerInfo()
public boolean isW3dsGetTile()
public boolean isRequestAllowed()
public boolean isResponseAllowed()
public boolean isRequestDenied()
public boolean isResponseDenied()
public boolean isRequestModified()
public boolean isResponseModified()
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.