Uses of Interface
net.opengis.swes.x20.AbstractContentsType.RelatedFeature
-
Packages that use AbstractContentsType.RelatedFeature Package Description net.opengis.swes.x20 net.opengis.swes.x20.impl -
-
Uses of AbstractContentsType.RelatedFeature in net.opengis.swes.x20
Methods in net.opengis.swes.x20 that return AbstractContentsType.RelatedFeature Modifier and Type Method Description AbstractContentsType.RelatedFeatureAbstractContentsType. addNewRelatedFeature()Appends and returns a new empty value (as xml) as the last "relatedFeature" elementAbstractContentsType.RelatedFeature[]AbstractContentsType. getRelatedFeatureArray()Gets array of all "relatedFeature" elementsAbstractContentsType.RelatedFeatureAbstractContentsType. getRelatedFeatureArray(int i)Gets ith "relatedFeature" elementAbstractContentsType.RelatedFeatureAbstractContentsType. insertNewRelatedFeature(int i)Inserts and returns a new empty value (as xml) as the ith "relatedFeature" elementstatic AbstractContentsType.RelatedFeatureAbstractContentsType.RelatedFeature.Factory. newInstance()static AbstractContentsType.RelatedFeatureAbstractContentsType.RelatedFeature.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swes.x20 with parameters of type AbstractContentsType.RelatedFeature Modifier and Type Method Description voidAbstractContentsType. setRelatedFeatureArray(int i, AbstractContentsType.RelatedFeature relatedFeature)Sets ith "relatedFeature" elementvoidAbstractContentsType. setRelatedFeatureArray(AbstractContentsType.RelatedFeature[] relatedFeatureArray)Sets array of all "relatedFeature" element -
Uses of AbstractContentsType.RelatedFeature in net.opengis.swes.x20.impl
Classes in net.opengis.swes.x20.impl that implement AbstractContentsType.RelatedFeature Modifier and Type Class Description static classAbstractContentsTypeImpl.RelatedFeatureImplAn XML relatedFeature(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20.impl that return AbstractContentsType.RelatedFeature Modifier and Type Method Description AbstractContentsType.RelatedFeatureAbstractContentsTypeImpl. addNewRelatedFeature()Appends and returns a new empty value (as xml) as the last "relatedFeature" elementAbstractContentsType.RelatedFeature[]AbstractContentsTypeImpl. getRelatedFeatureArray()Gets array of all "relatedFeature" elementsAbstractContentsType.RelatedFeatureAbstractContentsTypeImpl. getRelatedFeatureArray(int i)Gets ith "relatedFeature" elementAbstractContentsType.RelatedFeatureAbstractContentsTypeImpl. 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 AbstractContentsType.RelatedFeature Modifier and Type Method Description voidAbstractContentsTypeImpl. setRelatedFeatureArray(int i, AbstractContentsType.RelatedFeature relatedFeature)Sets ith "relatedFeature" elementvoidAbstractContentsTypeImpl. setRelatedFeatureArray(AbstractContentsType.RelatedFeature[] relatedFeatureArray)Sets array of all "relatedFeature" element
-