|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Version in org.deegree.commons.tom.ows |
---|
Methods in org.deegree.commons.tom.ows that return Version | |
---|---|
static Version |
Version.parseVersion(java.lang.String s)
Parses the string argument as a Version . |
Methods in org.deegree.commons.tom.ows with parameters of type Version | |
---|---|
int |
Version.compareTo(Version version)
|
static java.lang.String |
Version.getVersionsString(Version... versions)
Returns a formatted string for presenting a series of versions to a human. |
Uses of Version in org.deegree.commons.xml |
---|
Methods in org.deegree.commons.xml that return Version | |
---|---|
Version |
XMLAdapter.getNodeAsVersion(org.apache.axiom.om.OMElement context,
XPath xpath,
Version defaultValue)
|
Version |
XMLAdapter.getRequiredNodeAsVersion(org.apache.axiom.om.OMElement context,
XPath xpath)
|
Methods in org.deegree.commons.xml with parameters of type Version | |
---|---|
Version |
XMLAdapter.getNodeAsVersion(org.apache.axiom.om.OMElement context,
XPath xpath,
Version defaultValue)
|
Uses of Version in org.deegree.protocol.csw |
---|
Fields in org.deegree.protocol.csw declared as Version | |
---|---|
static Version |
CSWConstants.VERSION_202
CSW protocol version 2.0.2 |
Uses of Version in org.deegree.protocol.ows.capabilities |
---|
Methods in org.deegree.protocol.ows.capabilities that return Version | |
---|---|
Version |
GetCapabilities.getVersionAsVersion()
Returns the old-style version information (used by pre-OWS GetCapabilities requests, see section D.11 of OGC 06-121r3). |
Methods in org.deegree.protocol.ows.capabilities that return types with arguments of type Version | |
---|---|
java.util.List<Version> |
GetCapabilities.getAcceptVersionsAsVersions()
Returns the acceptable versions in order of client preference (most preferred version first). |
Constructors in org.deegree.protocol.ows.capabilities with parameters of type Version | |
---|---|
GetCapabilities(Version version)
Constructs a new GetCapabilities request that specifies the requested version in a pre-OWS fashion
(see section D.11 of OGC 06-121r3). |
Uses of Version in org.deegree.protocol.ows.metadata |
---|
Methods in org.deegree.protocol.ows.metadata that return Version | |
---|---|
Version |
Process.getProcessVersion()
|
Version |
ServiceMetadata.getVersion()
|
Methods in org.deegree.protocol.ows.metadata that return types with arguments of type Version | |
---|---|
java.util.List<Version> |
ServiceIdentification.getServiceTypeVersion()
|
Methods in org.deegree.protocol.ows.metadata with parameters of type Version | |
---|---|
void |
Process.setProcessVersion(Version processVersion)
|
void |
ServiceMetadata.setVersion(Version version)
|
Uses of Version in org.deegree.protocol.sos |
---|
Fields in org.deegree.protocol.sos declared as Version | |
---|---|
static Version |
SOSConstants.VERSION_100
SOS protocol version 1.0.0 |
Uses of Version in org.deegree.protocol.wcs |
---|
Fields in org.deegree.protocol.wcs declared as Version | |
---|---|
static Version |
WCSConstants.VERSION_100
WCS protocol version 1.0.0 |
static Version |
WCSConstants.VERSION_110
WCS protocol version 1.1.0 |
Methods in org.deegree.protocol.wcs with parameters of type Version | |
---|---|
java.lang.String |
WCSConstants.InterpolationMethod.getProtocolName(Version version)
|
Uses of Version in org.deegree.protocol.wfs |
---|
Fields in org.deegree.protocol.wfs declared as Version | |
---|---|
static Version |
WFSConstants.VERSION_100
WFS protocol version 1.0.0 |
static Version |
WFSConstants.VERSION_110
WFS protocol version 1.1.0 |
static Version |
WFSConstants.VERSION_200
WFS protocol version 2.0.0 |
Methods in org.deegree.protocol.wfs that return Version | |
---|---|
Version |
AbstractWFSRequest.getVersion()
Returns the protocol version of the request. |
Constructors in org.deegree.protocol.wfs with parameters of type Version | |
---|---|
AbstractWFSRequest(Version version,
java.lang.String handle)
Creates a new AbstractWFSRequest request. |
Uses of Version in org.deegree.protocol.wfs.capabilities |
---|
Methods in org.deegree.protocol.wfs.capabilities with parameters of type Version | |
---|---|
GetCapabilities |
GetCapabilitiesXMLAdapter.parse(Version version)
Parses a WFS GetCapabilities document into a GetCapabilities request. |
static GetCapabilities |
GetCapabilitiesKVPAdapter.parse(Version version,
java.util.Map<java.lang.String,java.lang.String> kvpParams)
Parses a normalized KVP-map as a WFS GetCapabilities request. |
Uses of Version in org.deegree.protocol.wfs.describefeaturetype |
---|
Methods in org.deegree.protocol.wfs.describefeaturetype with parameters of type Version | |
---|---|
static java.lang.String |
DescribeFeatureTypeKVPAdapter.export(DescribeFeatureType request,
Version version)
Exports the given DescribeFeatureType request as a KVP-encoded string (with encoded values). |
DescribeFeatureType |
DescribeFeatureTypeXMLAdapter.parse(Version version)
Parses an WFS DescribeFeatureType document into a DescribeFeatureType request. |
Constructors in org.deegree.protocol.wfs.describefeaturetype with parameters of type Version | |
---|---|
DescribeFeatureType(Version version,
java.lang.String handle,
java.lang.String outputFormat,
javax.xml.namespace.QName[] typeNames,
java.util.Map<java.lang.String,java.lang.String> nsBindings)
Creates a new DescribeFeatureType request. |
Uses of Version in org.deegree.protocol.wfs.getfeature |
---|
Methods in org.deegree.protocol.wfs.getfeature with parameters of type Version | |
---|---|
GetFeature |
GetFeatureXMLAdapter.parse(Version version)
Parses a WFS GetFeature document into a GetFeature object. |
Constructors in org.deegree.protocol.wfs.getfeature with parameters of type Version | |
---|---|
GetFeature(Version version,
java.lang.String handle,
ResultType resultType,
java.lang.String outputFormat,
java.lang.Integer maxFeatures,
java.lang.String traverseXlinkDepth,
java.lang.Integer traverseXlinkExpiry,
Query[] queries)
Creates a new GetFeature request. |
Uses of Version in org.deegree.protocol.wfs.getfeaturewithlock |
---|
Constructors in org.deegree.protocol.wfs.getfeaturewithlock with parameters of type Version | |
---|---|
GetFeatureWithLock(Version version,
java.lang.String handle,
ResultType resultType,
java.lang.String outputFormat,
java.lang.Integer maxFeatures,
java.lang.String traverseXlinkDepth,
java.lang.Integer traverseXlinkExpiry,
Query[] queries,
java.lang.Integer expiry)
Creates a new GetFeatureWithLock request. |
Uses of Version in org.deegree.protocol.wfs.getgmlobject |
---|
Constructors in org.deegree.protocol.wfs.getgmlobject with parameters of type Version | |
---|---|
GetGmlObject(Version version,
java.lang.String handle,
java.lang.String requestedId,
java.lang.String outputFormat,
java.lang.String traverseXlinkDepth,
java.lang.Integer traverseXlinkExpiry)
Creates a new GetGmlObject request. |
Uses of Version in org.deegree.protocol.wfs.lockfeature |
---|
Constructors in org.deegree.protocol.wfs.lockfeature with parameters of type Version | |
---|---|
LockFeature(Version version,
java.lang.String handle,
LockOperation[] locks,
java.lang.Integer expiry,
java.lang.Boolean lockAll)
Creates a new LockFeature request. |
Uses of Version in org.deegree.protocol.wfs.transaction |
---|
Constructors in org.deegree.protocol.wfs.transaction with parameters of type Version | |
---|---|
Transaction(Version version,
java.lang.String handle,
java.lang.String lockId,
Transaction.ReleaseAction releaseAction,
java.lang.Iterable<TransactionOperation> operations)
Creates a new Transaction request. |
|
Update(java.lang.String handle,
Version version,
javax.xml.namespace.QName ftName,
java.lang.String inputFormat,
java.lang.String srsName,
javax.xml.stream.XMLStreamReader xmlStream)
Creates a new Update instance for a stream-based access strategy. |
Uses of Version in org.deegree.protocol.wms |
---|
Fields in org.deegree.protocol.wms declared as Version | |
---|---|
static Version |
WMSConstants.VERSION_100
WMS protocol version 1.0.0 |
static Version |
WMSConstants.VERSION_110
WMS protocol version 1.1.0 |
static Version |
WMSConstants.VERSION_111
WMS protocol version 1.1.1 |
static Version |
WMSConstants.VERSION_130
WMS protocol version 1.3.0 |
Uses of Version in org.deegree.protocol.wps |
---|
Fields in org.deegree.protocol.wps declared as Version | |
---|---|
static Version |
WPSConstants.VERSION_100
WPS protocol version 1.0.0 |
Methods in org.deegree.protocol.wps that return Version | |
---|---|
Version |
WPSRequest.getVersion()
|
Constructors in org.deegree.protocol.wps with parameters of type Version | |
---|---|
WPSRequest(Version version,
java.lang.String language)
Creates a new WPSRequest instance. |
Uses of Version in org.deegree.protocol.wps.describeprocess |
---|
Constructors in org.deegree.protocol.wps.describeprocess with parameters of type Version | |
---|---|
DescribeProcessRequest(Version version,
java.lang.String language,
java.util.List<CodeType> identifiers)
Creates a new DescribeProcessRequest instance. |
Uses of Version in org.deegree.protocol.wpvs |
---|
Fields in org.deegree.protocol.wpvs declared as Version | |
---|---|
static Version |
WPVSConstants.VERSION_040
WPVS protocol version 0.4.0 |
static Version |
WPVSConstants.VERSION_100
WPVS protocol version 1.0.0 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |