public interface CharacteristicList extends AbstractMetadataList
Modifier and Type | Method and Description |
---|---|
void |
addCharacteristic(java.lang.String name,
DataComponent characteristic)
Adds a new characteristic property
|
DataComponent |
getCharacteristic(java.lang.String name)
Gets the characteristic property with the given name
|
OgcPropertyList<DataComponent> |
getCharacteristicList()
Gets the list of characteristic properties
|
int |
getNumCharacteristics()
Returns number of characteristic properties
|
getDefinition, isSetDefinition, setDefinition
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
OgcPropertyList<DataComponent> getCharacteristicList()
int getNumCharacteristics()
DataComponent getCharacteristic(java.lang.String name)
void addCharacteristic(java.lang.String name, DataComponent characteristic)