Class TLfnVectorAssetMetadata.VectorAssetPart
java.lang.Object
com.luciad.fusion.tilestore.metadata.ALfnAssetMetadata.AssetPart
com.luciad.fusion.tilestore.metadata.TLfnVectorAssetMetadata.VectorAssetPart
- Enclosing class:
TLfnVectorAssetMetadata
@Deprecated
public static class TLfnVectorAssetMetadata.VectorAssetPart
extends ALfnAssetMetadata.AssetPart
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
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.intDeprecated.Gets the denominator of the scale at which this asset part is best used.inthashCode()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:1000means 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_DENOMINATORindicates that it is unknown.OGC filter property XPath:
lts:ScaleDenominator- Returns:
- the scale denominator
-
equals
Deprecated.- Overrides:
equalsin classALfnAssetMetadata.AssetPart
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classALfnAssetMetadata.AssetPart
-