Uses of Interface
net.opengis.swes.x20.InsertSensorType.Metadata
-
Packages that use InsertSensorType.Metadata Package Description net.opengis.swes.x20 net.opengis.swes.x20.impl -
-
Uses of InsertSensorType.Metadata in net.opengis.swes.x20
Methods in net.opengis.swes.x20 that return InsertSensorType.Metadata Modifier and Type Method Description InsertSensorType.MetadataInsertSensorType. addNewMetadata()Appends and returns a new empty value (as xml) as the last "metadata" elementInsertSensorType.Metadata[]InsertSensorType. getMetadataArray()Gets array of all "metadata" elementsInsertSensorType.MetadataInsertSensorType. getMetadataArray(int i)Gets ith "metadata" elementInsertSensorType.MetadataInsertSensorType. insertNewMetadata(int i)Inserts and returns a new empty value (as xml) as the ith "metadata" elementstatic InsertSensorType.MetadataInsertSensorType.Metadata.Factory. newInstance()static InsertSensorType.MetadataInsertSensorType.Metadata.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swes.x20 with parameters of type InsertSensorType.Metadata Modifier and Type Method Description voidInsertSensorType. setMetadataArray(int i, InsertSensorType.Metadata metadata)Sets ith "metadata" elementvoidInsertSensorType. setMetadataArray(InsertSensorType.Metadata[] metadataArray)Sets array of all "metadata" element -
Uses of InsertSensorType.Metadata in net.opengis.swes.x20.impl
Classes in net.opengis.swes.x20.impl that implement InsertSensorType.Metadata Modifier and Type Class Description static classInsertSensorTypeImpl.MetadataImplAn XML metadata(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20.impl that return InsertSensorType.Metadata Modifier and Type Method Description InsertSensorType.MetadataInsertSensorTypeImpl. addNewMetadata()Appends and returns a new empty value (as xml) as the last "metadata" elementInsertSensorType.Metadata[]InsertSensorTypeImpl. getMetadataArray()Gets array of all "metadata" elementsInsertSensorType.MetadataInsertSensorTypeImpl. getMetadataArray(int i)Gets ith "metadata" elementInsertSensorType.MetadataInsertSensorTypeImpl. insertNewMetadata(int i)Inserts and returns a new empty value (as xml) as the ith "metadata" elementMethods in net.opengis.swes.x20.impl with parameters of type InsertSensorType.Metadata Modifier and Type Method Description voidInsertSensorTypeImpl. setMetadataArray(int i, InsertSensorType.Metadata metadata)Sets ith "metadata" elementvoidInsertSensorTypeImpl. setMetadataArray(InsertSensorType.Metadata[] metadataArray)Sets array of all "metadata" element
-