Uses of Interface
net.opengis.swes.x20.InsertSensorType.RelatedFeature
-
Packages that use InsertSensorType.RelatedFeature Package Description net.opengis.swes.x20 net.opengis.swes.x20.impl -
-
Uses of InsertSensorType.RelatedFeature in net.opengis.swes.x20
Methods in net.opengis.swes.x20 that return InsertSensorType.RelatedFeature Modifier and Type Method Description InsertSensorType.RelatedFeatureInsertSensorType. addNewRelatedFeature()Appends and returns a new empty value (as xml) as the last "relatedFeature" elementInsertSensorType.RelatedFeature[]InsertSensorType. getRelatedFeatureArray()Gets array of all "relatedFeature" elementsInsertSensorType.RelatedFeatureInsertSensorType. getRelatedFeatureArray(int i)Gets ith "relatedFeature" elementInsertSensorType.RelatedFeatureInsertSensorType. insertNewRelatedFeature(int i)Inserts and returns a new empty value (as xml) as the ith "relatedFeature" elementstatic InsertSensorType.RelatedFeatureInsertSensorType.RelatedFeature.Factory. newInstance()static InsertSensorType.RelatedFeatureInsertSensorType.RelatedFeature.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swes.x20 with parameters of type InsertSensorType.RelatedFeature Modifier and Type Method Description voidInsertSensorType. setRelatedFeatureArray(int i, InsertSensorType.RelatedFeature relatedFeature)Sets ith "relatedFeature" elementvoidInsertSensorType. setRelatedFeatureArray(InsertSensorType.RelatedFeature[] relatedFeatureArray)Sets array of all "relatedFeature" element -
Uses of InsertSensorType.RelatedFeature in net.opengis.swes.x20.impl
Classes in net.opengis.swes.x20.impl that implement InsertSensorType.RelatedFeature Modifier and Type Class Description static classInsertSensorTypeImpl.RelatedFeatureImplAn XML relatedFeature(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20.impl that return InsertSensorType.RelatedFeature Modifier and Type Method Description InsertSensorType.RelatedFeatureInsertSensorTypeImpl. addNewRelatedFeature()Appends and returns a new empty value (as xml) as the last "relatedFeature" elementInsertSensorType.RelatedFeature[]InsertSensorTypeImpl. getRelatedFeatureArray()Gets array of all "relatedFeature" elementsInsertSensorType.RelatedFeatureInsertSensorTypeImpl. getRelatedFeatureArray(int i)Gets ith "relatedFeature" elementInsertSensorType.RelatedFeatureInsertSensorTypeImpl. insertNewRelatedFeature(int i)Inserts and returns a new empty value (as xml) as the ith "relatedFeature" elementMethods in net.opengis.swes.x20.impl with parameters of type InsertSensorType.RelatedFeature Modifier and Type Method Description voidInsertSensorTypeImpl. setRelatedFeatureArray(int i, InsertSensorType.RelatedFeature relatedFeature)Sets ith "relatedFeature" elementvoidInsertSensorTypeImpl. setRelatedFeatureArray(InsertSensorType.RelatedFeature[] relatedFeatureArray)Sets array of all "relatedFeature" element
-