Class TLfnVectorAssetMetadata.VectorAssetPart

java.lang.Object
com.luciad.fusion.tilestore.metadata.ALfnAssetMetadata.AssetPart
com.luciad.fusion.tilestore.metadata.TLfnVectorAssetMetadata.VectorAssetPart
Enclosing class:
TLfnVectorAssetMetadata

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
  • 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 is 1:<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

      public boolean equals(Object aObject)
      Deprecated.
      Overrides:
      equals in class ALfnAssetMetadata.AssetPart
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class ALfnAssetMetadata.AssetPart