Uses of Interface
net.opengis.swes.x20.InsertSensorType.RelatedFeature

Packages that use InsertSensorType.RelatedFeature
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
 InsertSensorType.RelatedFeature InsertSensorType.addNewRelatedFeature()
          Appends and returns a new empty value (as xml) as the last "relatedFeature" element
 InsertSensorType.RelatedFeature[] InsertSensorType.getRelatedFeatureArray()
          Gets array of all "relatedFeature" elements
 InsertSensorType.RelatedFeature InsertSensorType.getRelatedFeatureArray(int i)
          Gets ith "relatedFeature" element
 InsertSensorType.RelatedFeature InsertSensorType.insertNewRelatedFeature(int i)
          Inserts and returns a new empty value (as xml) as the ith "relatedFeature" element
static InsertSensorType.RelatedFeature InsertSensorType.RelatedFeature.Factory.newInstance()
           
static InsertSensorType.RelatedFeature InsertSensorType.RelatedFeature.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.swes.x20 with parameters of type InsertSensorType.RelatedFeature
 void InsertSensorType.setRelatedFeatureArray(InsertSensorType.RelatedFeature[] relatedFeatureArray)
          Sets array of all "relatedFeature" element
 void InsertSensorType.setRelatedFeatureArray(int i, InsertSensorType.RelatedFeature relatedFeature)
          Sets ith "relatedFeature" element
 

Uses of InsertSensorType.RelatedFeature in net.opengis.swes.x20.impl
 

Classes in net.opengis.swes.x20.impl that implement InsertSensorType.RelatedFeature
static class InsertSensorTypeImpl.RelatedFeatureImpl
          An XML relatedFeature(@http://www.opengis.net/swes/2.0).
 

Methods in net.opengis.swes.x20.impl that return InsertSensorType.RelatedFeature
 InsertSensorType.RelatedFeature InsertSensorTypeImpl.addNewRelatedFeature()
          Appends and returns a new empty value (as xml) as the last "relatedFeature" element
 InsertSensorType.RelatedFeature[] InsertSensorTypeImpl.getRelatedFeatureArray()
          Gets array of all "relatedFeature" elements
 InsertSensorType.RelatedFeature InsertSensorTypeImpl.getRelatedFeatureArray(int i)
          Gets ith "relatedFeature" element
 InsertSensorType.RelatedFeature InsertSensorTypeImpl.insertNewRelatedFeature(int i)
          Inserts and returns a new empty value (as xml) as the ith "relatedFeature" element
 

Methods in net.opengis.swes.x20.impl with parameters of type InsertSensorType.RelatedFeature
 void InsertSensorTypeImpl.setRelatedFeatureArray(InsertSensorType.RelatedFeature[] relatedFeatureArray)
          Sets array of all "relatedFeature" element
 void InsertSensorTypeImpl.setRelatedFeatureArray(int i, InsertSensorType.RelatedFeature relatedFeature)
          Sets ith "relatedFeature" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.