Class TLfnVectorAssetMetadata.VectorAssetPart.Builder
java.lang.Object
com.luciad.fusion.tilestore.metadata.ALfnAssetMetadata.AssetPart.Builder<TLfnVectorAssetMetadata.Builder,TLfnVectorAssetMetadata.VectorAssetPart.Builder,TLfnVectorAssetMetadata.VectorAssetPart>
com.luciad.fusion.tilestore.metadata.TLfnVectorAssetMetadata.VectorAssetPart.Builder
- Enclosing class:
TLfnVectorAssetMetadata.VectorAssetPart
public static class TLfnVectorAssetMetadata.VectorAssetPart.Builder
extends ALfnAssetMetadata.AssetPart.Builder<TLfnVectorAssetMetadata.Builder,TLfnVectorAssetMetadata.VectorAssetPart.Builder,TLfnVectorAssetMetadata.VectorAssetPart>
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 builder for vector asset parts.
- Since:
- 2014.0
-
Method Summary
Modifier and TypeMethodDescriptionall
(TLfnVectorAssetMetadata.VectorAssetPart aTemplate) Deprecated.Sets all this builder's fields from a given template vector asset part.scaleDenominator
(int aScaleDenominator) Deprecated.Sets the scale denominator of the vector asset part being built by this builder.Methods inherited from class com.luciad.fusion.tilestore.metadata.ALfnAssetMetadata.AssetPart.Builder
boundingBox, buildAssetPart, location, location, root, root
-
Method Details
-
all
public TLfnVectorAssetMetadata.VectorAssetPart.Builder all(TLfnVectorAssetMetadata.VectorAssetPart aTemplate) Deprecated.Sets all this builder's fields from a given template vector asset part.- Overrides:
all
in classALfnAssetMetadata.AssetPart.Builder<TLfnVectorAssetMetadata.Builder,
TLfnVectorAssetMetadata.VectorAssetPart.Builder, TLfnVectorAssetMetadata.VectorAssetPart> - Parameters:
aTemplate
- the template vector asset part- Returns:
- this builder
-
scaleDenominator
Deprecated.Sets the scale denominator of the vector asset part being built by this builder.- Parameters:
aScaleDenominator
- the scale denominator- Returns:
- this builder
-