Class TLfnVectorAssetMetadata
java.lang.Object
com.luciad.fusion.tilestore.metadata.ALfnResourceMetadata
com.luciad.fusion.tilestore.metadata.ALfnAssetMetadata
com.luciad.fusion.tilestore.metadata.TLfnVectorAssetMetadata
- All Implemented Interfaces:
ILcdBounded
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. It has
TLfnVectorAssetMetadata.VectorAssetPart as its asset parts and
provides the following parameters in addition to those defined in the superclass:
- data model: the data model of the asset (optional, may be
null)
- Since:
- 11.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.static classDeprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.Nested classes/interfaces inherited from class com.luciad.fusion.tilestore.metadata.ALfnAssetMetadata
ALfnAssetMetadata.AssetPart -
Field Summary
Fields inherited from class com.luciad.fusion.tilestore.metadata.ALfnResourceMetadata
ISO19115_GCO_XML_NAMESPACE, ISO19115_GMD_XML_NAMESPACE, LTS_XML_NAMESPACE, NEW_UPDATE_SEQUENCE, XLINK_XML_NAMESPACE -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ALfnResourceMetadataVisitor aVisitor) Deprecated.Accepts the visitor for visiting this resource.Deprecated.Creates a new builder from this resource metadata.booleanDeprecated.Deprecated.Gets the parts of this asset as aCollection.Deprecated.Gets the data model of this asset.intDeprecated.Gets the denominator of the scale at which this asset is best used.inthashCode()Deprecated.Deprecated.Creates a new builder.newBuilder(TLfnVectorAssetMetadata aTemplate) Deprecated.Creates a new builder from a given template.Methods inherited from class com.luciad.fusion.tilestore.metadata.ALfnAssetMetadata
getBoundingBox, getBoundingShape, getBounds, getClippingShape, getFeatureTypeStyles, getFormat, getGeoReference, getLocation, getMaxScaleDenominator, getMinScaleDenominator, getRoot, getSupportedCoverageTypes, getTypeMethods inherited from class com.luciad.fusion.tilestore.metadata.ALfnResourceMetadata
getAbstract, getGlobalUpdateSequence, getId, getISO19115Metadata, getName, getUpdateSequence, toString
-
Method Details
-
getAssetParts
Deprecated.Description copied from class:ALfnAssetMetadataGets the parts of this asset as aCollection.OGC filter property XPath:
lts:AssetPart- Overrides:
getAssetPartsin classALfnAssetMetadata- Returns:
- the
Collectionof the parts of this asset, nevernullor empty
-
getScaleDenominator
public int getScaleDenominator()Deprecated.Gets the denominator of the scale at which this asset is best used. The scale of the asset is1:<i>denominator</i>. The scale denominator of the asset is the smallest scale denominator of any of its asset parts.- Returns:
- the scale denominator
- See Also:
-
getDataModel
Deprecated.Gets the data model of this asset.OGC filter is not supported for this property.
- Returns:
- the data model, possibly
null
-
accept
Deprecated.Description copied from class:ALfnResourceMetadataAccepts the visitor for visiting this resource. This provides a double-dispatch.- Specified by:
acceptin classALfnResourceMetadata- Parameters:
aVisitor- the visitor- See Also:
-
asBuilder
Deprecated.Description copied from class:ALfnResourceMetadataCreates a new builder from this resource metadata. The builder's fields are initialized to the values of this resource metadata. The builder will build a resource metadata of the same type as this instance.- Specified by:
asBuilderin classALfnAssetMetadata- Returns:
- a new builder
-
equals
Deprecated.- Overrides:
equalsin classALfnAssetMetadata
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classALfnAssetMetadata
-
newBuilder
Deprecated.Creates a new builder. The builder's fields are initialized to the default values.- Returns:
- a new builder
-
newBuilder
Deprecated.Creates a new builder from a given template. The builder's fields are initialized to the template's values.- Parameters:
aTemplate- the template to create a builder from- Returns:
- a new builder
-