public class ArraySettingImpl extends Object implements ArraySetting
| Constructor and Description |
|---|
ArraySettingImpl() |
ArraySettingImpl(String ref,
net.opengis.swe.v20.DataEncoding encoding,
net.opengis.swe.v20.EncodedValues values) |
ArraySettingImpl(String ref,
net.opengis.swe.v20.EncodedValues values)
Constructor with default text encoding
|
| Modifier and Type | Method and Description |
|---|---|
net.opengis.swe.v20.DataEncoding |
getEncoding()
Gets the encoding property
|
String |
getRef() |
net.opengis.swe.v20.DataArray |
getReferencedObject() |
net.opengis.swe.v20.EncodedValues |
getValue()
Gets the inline value
|
void |
setEncoding(net.opengis.swe.v20.DataEncoding encoding)
Sets the encoding property
|
void |
setRef(String ref)
Sets the ref property
|
void |
setReferencedObject(net.opengis.swe.v20.DataArray refObj)
Sets the object being configured by this setting
|
void |
setValue(net.opengis.swe.v20.EncodedValues value)
Sets the inline value
|
public ArraySettingImpl()
public ArraySettingImpl(String ref, net.opengis.swe.v20.DataEncoding encoding, net.opengis.swe.v20.EncodedValues values)
public ArraySettingImpl(String ref, net.opengis.swe.v20.EncodedValues values)
ref - values - public String getRef()
getRef in interface ConfigSetting<net.opengis.swe.v20.DataArray>public void setRef(String ref)
ConfigSettingsetRef in interface ConfigSetting<net.opengis.swe.v20.DataArray>public net.opengis.swe.v20.DataEncoding getEncoding()
ArraySettinggetEncoding in interface ArraySettingpublic void setEncoding(net.opengis.swe.v20.DataEncoding encoding)
ArraySettingsetEncoding in interface ArraySettingpublic net.opengis.swe.v20.EncodedValues getValue()
ArraySettinggetValue in interface ArraySettingpublic void setValue(net.opengis.swe.v20.EncodedValues value)
ArraySettingsetValue in interface ArraySettingpublic net.opengis.swe.v20.DataArray getReferencedObject()
getReferencedObject in interface ConfigSetting<net.opengis.swe.v20.DataArray>public void setReferencedObject(net.opengis.swe.v20.DataArray refObj)
ConfigSettingsetReferencedObject in interface ConfigSetting<net.opengis.swe.v20.DataArray>refObj - referenced object instanceCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.