Uses of Interface
net.opengis.gml.x32.FeaturePropertyType
-
Packages that use FeaturePropertyType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of FeaturePropertyType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return FeaturePropertyType Modifier and Type Method Description FeaturePropertyTypeAbstractFeatureCollectionType. addNewFeatureMember()Appends and returns a new empty value (as xml) as the last "featureMember" elementFeaturePropertyTypeFeatureMemberDocument. addNewFeatureMember()Appends and returns a new empty "featureMember" elementFeaturePropertyTypeFeaturePropertyDocument. addNewFeatureProperty()Appends and returns a new empty "featureProperty" elementFeaturePropertyTypeFeatureMemberDocument. getFeatureMember()Gets the "featureMember" elementFeaturePropertyType[]AbstractFeatureCollectionType. getFeatureMemberArray()Gets array of all "featureMember" elementsFeaturePropertyTypeAbstractFeatureCollectionType. getFeatureMemberArray(int i)Gets ith "featureMember" elementFeaturePropertyTypeFeaturePropertyDocument. getFeatureProperty()Gets the "featureProperty" elementFeaturePropertyTypeAbstractFeatureCollectionType. insertNewFeatureMember(int i)Inserts and returns a new empty value (as xml) as the ith "featureMember" elementstatic FeaturePropertyTypeFeaturePropertyType.Factory. newInstance()static FeaturePropertyTypeFeaturePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FeaturePropertyTypeFeaturePropertyType.Factory. parse(File file)static FeaturePropertyTypeFeaturePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FeaturePropertyTypeFeaturePropertyType.Factory. parse(InputStream is)static FeaturePropertyTypeFeaturePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FeaturePropertyTypeFeaturePropertyType.Factory. parse(Reader r)static FeaturePropertyTypeFeaturePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FeaturePropertyTypeFeaturePropertyType.Factory. parse(String xmlAsString)static FeaturePropertyTypeFeaturePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FeaturePropertyTypeFeaturePropertyType.Factory. parse(URL u)static FeaturePropertyTypeFeaturePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FeaturePropertyTypeFeaturePropertyType.Factory. parse(XMLStreamReader sr)static FeaturePropertyTypeFeaturePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FeaturePropertyTypeFeaturePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FeaturePropertyTypeFeaturePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FeaturePropertyTypeFeaturePropertyType.Factory. parse(Node node)static FeaturePropertyTypeFeaturePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type FeaturePropertyType Modifier and Type Method Description voidFeatureMemberDocument. setFeatureMember(FeaturePropertyType featureMember)Sets the "featureMember" elementvoidAbstractFeatureCollectionType. setFeatureMemberArray(int i, FeaturePropertyType featureMember)Sets ith "featureMember" elementvoidAbstractFeatureCollectionType. setFeatureMemberArray(FeaturePropertyType[] featureMemberArray)Sets array of all "featureMember" elementvoidFeaturePropertyDocument. setFeatureProperty(FeaturePropertyType featureProperty)Sets the "featureProperty" element -
Uses of FeaturePropertyType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement FeaturePropertyType Modifier and Type Class Description classFeaturePropertyTypeImplAn XML FeaturePropertyType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return FeaturePropertyType Modifier and Type Method Description FeaturePropertyTypeAbstractFeatureCollectionTypeImpl. addNewFeatureMember()Appends and returns a new empty value (as xml) as the last "featureMember" elementFeaturePropertyTypeFeatureMemberDocumentImpl. addNewFeatureMember()Appends and returns a new empty "featureMember" elementFeaturePropertyTypeFeaturePropertyDocumentImpl. addNewFeatureProperty()Appends and returns a new empty "featureProperty" elementFeaturePropertyTypeFeatureMemberDocumentImpl. getFeatureMember()Gets the "featureMember" elementFeaturePropertyType[]AbstractFeatureCollectionTypeImpl. getFeatureMemberArray()Gets array of all "featureMember" elementsFeaturePropertyTypeAbstractFeatureCollectionTypeImpl. getFeatureMemberArray(int i)Gets ith "featureMember" elementFeaturePropertyTypeFeaturePropertyDocumentImpl. getFeatureProperty()Gets the "featureProperty" elementFeaturePropertyTypeAbstractFeatureCollectionTypeImpl. insertNewFeatureMember(int i)Inserts and returns a new empty value (as xml) as the ith "featureMember" elementMethods in net.opengis.gml.x32.impl with parameters of type FeaturePropertyType Modifier and Type Method Description voidFeatureMemberDocumentImpl. setFeatureMember(FeaturePropertyType featureMember)Sets the "featureMember" elementvoidAbstractFeatureCollectionTypeImpl. setFeatureMemberArray(int i, FeaturePropertyType featureMember)Sets ith "featureMember" elementvoidAbstractFeatureCollectionTypeImpl. setFeatureMemberArray(FeaturePropertyType[] featureMemberArray)Sets array of all "featureMember" elementvoidFeaturePropertyDocumentImpl. setFeatureProperty(FeaturePropertyType featureProperty)Sets the "featureProperty" element
-