Class TLfnVectorAssetMetadata.VectorAssetPart
java.lang.Object
com.luciad.fusion.tilestore.metadata.ALfnAssetMetadata.AssetPart
com.luciad.fusion.tilestore.metadata.TLfnVectorAssetMetadata.VectorAssetPart
- Enclosing class:
TLfnVectorAssetMetadata
Deprecated.
Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms. Please refer to the Fusion migration guide for more information.
A representation of a vector asset part. It provides the following parameters in
addition to those defined in the superclass:
- scale denominator: the pixel density of the vector asset part
- Since:
- 11.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.int
Deprecated.Gets the denominator of the scale at which this asset part is best used.int
hashCode()
Deprecated.Methods inherited from class com.luciad.fusion.tilestore.metadata.ALfnAssetMetadata.AssetPart
getAssetMetadata, getBoundingBox, getLocation, getRoot, toString
-
Method Details
-
getScaleDenominator
public int getScaleDenominator()Deprecated.Gets the denominator of the scale at which this asset part is best used. The scale of the asset part is1:<i>denominator</i>
.The scale is expressed as the ratio between a distance on the displayed map and the corresponding distance in the real geographic environment. For instance, a scale of
1:1000
means that 1 centimeter on the map corresponds to 1000 centimeters in the real geographic context represented by the map.A scale denominator of
TLfnScaleUtil.UNKNOWN_SCALE_DENOMINATOR
indicates that it is unknown.OGC filter property XPath:
lts:ScaleDenominator
- Returns:
- the scale denominator
-
equals
Deprecated.- Overrides:
equals
in classALfnAssetMetadata.AssetPart
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classALfnAssetMetadata.AssetPart
-