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
Modifier and TypeClassDescriptionstatic class
Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.static class
Deprecated.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 TypeMethodDescriptionvoid
accept
(ALfnResourceMetadataVisitor aVisitor) Deprecated.Accepts the visitor for visiting this resource.Deprecated.Creates a new builder from this resource metadata.boolean
Deprecated.Deprecated.Gets the parts of this asset as aCollection
.Deprecated.Gets the data model of this asset.int
Deprecated.Gets the denominator of the scale at which this asset is best used.int
hashCode()
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, getType
Methods inherited from class com.luciad.fusion.tilestore.metadata.ALfnResourceMetadata
getAbstract, getGlobalUpdateSequence, getId, getISO19115Metadata, getName, getUpdateSequence, toString
-
Method Details
-
getAssetParts
Deprecated.Description copied from class:ALfnAssetMetadata
Gets the parts of this asset as aCollection
.OGC filter property XPath:
lts:AssetPart
- Overrides:
getAssetParts
in classALfnAssetMetadata
- Returns:
- the
Collection
of the parts of this asset, nevernull
or 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:ALfnResourceMetadata
Accepts the visitor for visiting this resource. This provides a double-dispatch.- Specified by:
accept
in classALfnResourceMetadata
- Parameters:
aVisitor
- the visitor- See Also:
-
asBuilder
Deprecated.Description copied from class:ALfnResourceMetadata
Creates 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:
asBuilder
in classALfnAssetMetadata
- Returns:
- a new builder
-
equals
Deprecated.- Overrides:
equals
in classALfnAssetMetadata
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in 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
-