public class SimpleFeaturePojo extends EntityPojo implements SimpleFeature
ABBREVIATION_PROPERTY, DESCRIPTION_PROPERTY, TYPE_PROPERTYNAME_PROPERTY, UNIQUE_IDENTIFIER_PROPERTY| Constructor and Description |
|---|
SimpleFeaturePojo(String name,
uno.informatics.data.DataType dataType,
uno.informatics.data.ScaleType scaleType) |
SimpleFeaturePojo(String name,
uno.informatics.data.DataType dataType,
uno.informatics.data.ScaleType scaleType,
List<? extends Object> values) |
SimpleFeaturePojo(String name,
uno.informatics.data.DataType dataType,
uno.informatics.data.ScaleType scaleType,
Number minimumValue,
Number maximumValue) |
SimpleFeaturePojo(String uniqueIdentifier,
String name,
uno.informatics.data.DataType dataType,
uno.informatics.data.ScaleType scaleType) |
SimpleFeaturePojo(String uniqueIdentifier,
String name,
uno.informatics.data.DataType dataType,
uno.informatics.data.ScaleType scaleType,
List<? extends Object> values) |
SimpleFeaturePojo(String uniqueIdentifier,
String name,
uno.informatics.data.DataType dataType,
uno.informatics.data.ScaleType scaleType,
Number minimumValue,
Number maximumValue) |
SimpleFeaturePojo(String uniqueIdentifier,
String name,
String description,
uno.informatics.data.DataType dataType,
uno.informatics.data.ScaleType scaleType) |
SimpleFeaturePojo(String uniqueIdentifier,
String name,
String description,
uno.informatics.data.DataType dataType,
uno.informatics.data.ScaleType scaleType,
List<? extends Object> values) |
SimpleFeaturePojo(String uniqueIdentifier,
String name,
String description,
uno.informatics.data.DataType dataType,
uno.informatics.data.ScaleType scaleType,
Number minimumValue,
Number maximumValue) |
| Modifier and Type | Method and Description |
|---|---|
uno.informatics.data.DataType |
getDataType() |
uno.informatics.data.Method |
getMethod() |
uno.informatics.data.ScaleType |
getScaleType() |
getAbbreviation, getDescription, getType, setAbbreviation, setDescription, setTypeequals, getName, getUniqueIdentifier, hashCode, initialise, setName, setUniqueIdentifier, toStringaddPropertyChangeListener, getPropertyChangeSupport, removePropertyChangeListenerclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic SimpleFeaturePojo(String name, uno.informatics.data.DataType dataType, uno.informatics.data.ScaleType scaleType)
public SimpleFeaturePojo(String uniqueIdentifier, String name, uno.informatics.data.DataType dataType, uno.informatics.data.ScaleType scaleType)
public SimpleFeaturePojo(String uniqueIdentifier, String name, String description, uno.informatics.data.DataType dataType, uno.informatics.data.ScaleType scaleType)
public SimpleFeaturePojo(String name, uno.informatics.data.DataType dataType, uno.informatics.data.ScaleType scaleType, Number minimumValue, Number maximumValue)
public SimpleFeaturePojo(String uniqueIdentifier, String name, uno.informatics.data.DataType dataType, uno.informatics.data.ScaleType scaleType, Number minimumValue, Number maximumValue)
public SimpleFeaturePojo(String uniqueIdentifier, String name, String description, uno.informatics.data.DataType dataType, uno.informatics.data.ScaleType scaleType, Number minimumValue, Number maximumValue)
public SimpleFeaturePojo(String name, uno.informatics.data.DataType dataType, uno.informatics.data.ScaleType scaleType, List<? extends Object> values)
public SimpleFeaturePojo(String uniqueIdentifier, String name, uno.informatics.data.DataType dataType, uno.informatics.data.ScaleType scaleType, List<? extends Object> values)
public uno.informatics.data.Method getMethod()
getMethod in interface uno.informatics.data.Featurepublic uno.informatics.data.DataType getDataType()
getDataType in interface SimpleFeaturepublic uno.informatics.data.ScaleType getScaleType()
getScaleType in interface SimpleFeatureCopyright © 2016. All rights reserved.