Uses of Interface
net.opengis.sensorml.x20.DescribedObjectType.Characteristics
-
Packages that use DescribedObjectType.Characteristics Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of DescribedObjectType.Characteristics in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return DescribedObjectType.Characteristics Modifier and Type Method Description DescribedObjectType.CharacteristicsDescribedObjectType. addNewCharacteristics()Appends and returns a new empty value (as xml) as the last "characteristics" elementDescribedObjectType.Characteristics[]DescribedObjectType. getCharacteristicsArray()Gets array of all "characteristics" elementsDescribedObjectType.CharacteristicsDescribedObjectType. getCharacteristicsArray(int i)Gets ith "characteristics" elementDescribedObjectType.CharacteristicsDescribedObjectType. insertNewCharacteristics(int i)Inserts and returns a new empty value (as xml) as the ith "characteristics" elementstatic DescribedObjectType.CharacteristicsDescribedObjectType.Characteristics.Factory. newInstance()static DescribedObjectType.CharacteristicsDescribedObjectType.Characteristics.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type DescribedObjectType.Characteristics Modifier and Type Method Description voidDescribedObjectType. setCharacteristicsArray(int i, DescribedObjectType.Characteristics characteristics)Sets ith "characteristics" elementvoidDescribedObjectType. setCharacteristicsArray(DescribedObjectType.Characteristics[] characteristicsArray)Sets array of all "characteristics" element -
Uses of DescribedObjectType.Characteristics in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement DescribedObjectType.Characteristics Modifier and Type Class Description static classDescribedObjectTypeImpl.CharacteristicsImplAn XML characteristics(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return DescribedObjectType.Characteristics Modifier and Type Method Description DescribedObjectType.CharacteristicsDescribedObjectTypeImpl. addNewCharacteristics()Appends and returns a new empty value (as xml) as the last "characteristics" elementDescribedObjectType.Characteristics[]DescribedObjectTypeImpl. getCharacteristicsArray()Gets array of all "characteristics" elementsDescribedObjectType.CharacteristicsDescribedObjectTypeImpl. getCharacteristicsArray(int i)Gets ith "characteristics" elementDescribedObjectType.CharacteristicsDescribedObjectTypeImpl. insertNewCharacteristics(int i)Inserts and returns a new empty value (as xml) as the ith "characteristics" elementMethods in net.opengis.sensorml.x20.impl with parameters of type DescribedObjectType.Characteristics Modifier and Type Method Description voidDescribedObjectTypeImpl. setCharacteristicsArray(int i, DescribedObjectType.Characteristics characteristics)Sets ith "characteristics" elementvoidDescribedObjectTypeImpl. setCharacteristicsArray(DescribedObjectType.Characteristics[] characteristicsArray)Sets array of all "characteristics" element
-