|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationType | |
---|---|
org.geotools.data.ows | |
org.geotools.data.wfs.v1_0_0 | |
org.geotools.data.wms | Provides for Web Map Server client access as a Grid Coverage Exchange. |
Uses of OperationType in org.geotools.data.ows |
---|
Methods in org.geotools.data.ows that return OperationType | |
---|---|
OperationType |
WMSRequest.getDescribeLayer()
|
OperationType |
WMSRequest.getGetCapabilities()
DOCUMENT ME! |
OperationType |
WMSRequest.getGetFeatureInfo()
DOCUMENT ME! |
OperationType |
WMSRequest.getGetLegendGraphic()
|
OperationType |
WMSRequest.getGetMap()
DOCUMENT ME! |
OperationType |
WMSRequest.getGetStyles()
|
OperationType |
WMSRequest.getPutStyles()
|
Methods in org.geotools.data.ows with parameters of type OperationType | |
---|---|
void |
WMSRequest.setDescribeLayer(OperationType describeLayer)
|
void |
WMSRequest.setGetCapabilities(OperationType getCapabilities)
DOCUMENT ME! |
void |
WMSRequest.setGetFeatureInfo(OperationType getFeatureInfo)
DOCUMENT ME! |
void |
WMSRequest.setGetLegendGraphic(OperationType getLegendGraphic)
|
void |
WMSRequest.setGetMap(OperationType getMap)
DOCUMENT ME! |
void |
WMSRequest.setGetStyles(OperationType getStyles)
|
void |
WMSRequest.setPutStyles(OperationType putStyles)
|
Uses of OperationType in org.geotools.data.wfs.v1_0_0 |
---|
Methods in org.geotools.data.wfs.v1_0_0 that return OperationType | |
---|---|
OperationType |
WFSCapabilities.getDescribeFeatureType()
DOCUMENT ME! |
OperationType |
WFSCapabilities.getGetCapabilities()
DOCUMENT ME! |
OperationType |
WFSCapabilities.getGetFeature()
DOCUMENT ME! |
OperationType |
WFSCapabilities.getGetFeatureWithLock()
DOCUMENT ME! |
OperationType |
WFSCapabilities.getLockFeature()
DOCUMENT ME! |
OperationType |
WFSCapabilities.getTransaction()
DOCUMENT ME! |
Methods in org.geotools.data.wfs.v1_0_0 with parameters of type OperationType | |
---|---|
void |
WFSCapabilities.setDescribeFeatureType(OperationType describeFeatureType)
DOCUMENT ME! |
void |
WFSCapabilities.setGetCapabilities(OperationType getCapabilities)
DOCUMENT ME! |
void |
WFSCapabilities.setGetFeature(OperationType getFeature)
DOCUMENT ME! |
void |
WFSCapabilities.setGetFeatureWithLock(OperationType getFeatureWithLock)
DOCUMENT ME! |
void |
WFSCapabilities.setLockFeature(OperationType lockFeature)
DOCUMENT ME! |
void |
WFSCapabilities.setTransaction(OperationType transaction)
DOCUMENT ME! |
Uses of OperationType in org.geotools.data.wms |
---|
Subclasses of OperationType in org.geotools.data.wms | |
---|---|
class |
WMSOperationType
Deprecated. Use of OperationType should be sufficient |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |