public abstract static class ALfnAssetMetadata.AssetPart
extends java.lang.Object
file:///mnt/data/
file:///mnt/data/file.tiff
file.tiff
and will result in a folder structure on the server:
Modifier and Type | Class and Description |
---|---|
static class |
ALfnAssetMetadata.AssetPart.Builder<A extends ALfnAssetMetadata.Builder<A,P>,B extends ALfnAssetMetadata.AssetPart.Builder<A,B,P>,P extends ALfnAssetMetadata.AssetPart>
An abstract builder for asset parts.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object aObject) |
ALfnAssetMetadata |
getAssetMetadata()
Gets the parent asset metadata this asset is part of, which is never
null . |
ILcdBounds |
getBoundingBox()
Gets the 2D bounding box of this asset part.
|
java.net.URI |
getLocation()
Gets the location of this asset part as a URI.
|
java.net.URI |
getRoot()
The location's root, used by the fusion engine to relativize the location when the asset sources are put in the
Tile Store.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.net.URI getRoot()
"file:/C:/Data/ENC_ROOT/CATALOG.031"
and a root
"file:/C:/Data/"
. The fusion engine will put all asset sources relevant to
"file:/C:/Data/ENC_ROOT/CATALOG.031"
in the Tile Store.public java.net.URI getLocation()
OGC filter property XPath: lts:Location/@xlink:href
null
public ILcdBounds getBoundingBox()
OGC filter property XPath: lts:BoundingBox
This property can be used with the OGC filter
bounding box operator.
null
public ALfnAssetMetadata getAssetMetadata()
null
.null
public boolean equals(java.lang.Object aObject)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object