Package com.luciad.fusion.common
Class TLfnLTSCapabilities
java.lang.Object
com.luciad.fusion.common.TLfnLTSCapabilities
A representation of Luciad Tile Service (LTS) capabilities.
The capabilities contain the service version and
a collection of operations supported by the service.
- Since:
- 10.0
- See Also:
-
Constructor Summary
ConstructorDescriptionTLfnLTSCapabilities
(String aVersion, Collection<TLfnLTSOperation> aOperations) Creates the capabilities. -
Method Summary
Modifier and TypeMethodDescriptionGets the requests supported by the LuciadFusion service.Gets the version of these capabilities.
-
Constructor Details
-
TLfnLTSCapabilities
Creates the capabilities.- Parameters:
aVersion
- the service versionaOperations
- the operations supported by the service
-
-
Method Details
-
getVersion
Gets the version of these capabilities.- Returns:
- the version of these capabilities
-
getOperations
Gets the requests supported by the LuciadFusion service.- Returns:
- a collection of requests supported by the LuciadFusion service
-