public static class ALfnCoverageMetadata.AssetInfo
extends java.lang.Object
When you create an AssetInfo
for a new asset, its status should be STATUS_INCOMPLETE
.
It is the responsibility of the fusion engine to change the status to STATUS_COMPLETE
once fusion is done.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
STATUS_COMPLETE
Complete status means that the asset has been fully fused into the coverage.
|
static java.lang.String |
STATUS_INCOMPLETE
Incomplete status means that the asset has not yet been fully fused into the coverage.
|
Constructor and Description |
---|
AssetInfo(java.lang.String aId,
java.lang.String aStatus)
An asset reference within a coverage.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object aObject) |
java.lang.String |
getId()
Gets the ID of the asset.
|
java.lang.String |
getStatus()
Gets the status of the asset.
|
int |
hashCode() |
java.lang.String |
toString() |
public static final java.lang.String STATUS_INCOMPLETE
public static final java.lang.String STATUS_COMPLETE
STATUS_INCOMPLETE
→ STATUS_COMPLETE
is the responsibility of the fusion engine.public AssetInfo(java.lang.String aId, java.lang.String aStatus)
aId
- ID of the asset, must not be null
aStatus
- status of the asset within the coverage, must not be be null
public java.lang.String getId()
OGC filter property XPath: lts:Id
null
public java.lang.String getStatus()
OGC filter property XPath: lts:Status
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