Uses of Interface
net.opengis.gml.AbstractFeatureType
-
Packages that use AbstractFeatureType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AbstractFeatureType in net.opengis.gml
Subinterfaces of AbstractFeatureType in net.opengis.gml Modifier and Type Interface Description interfaceAbstractContinuousCoverageTypeAn XML AbstractContinuousCoverageType(@http://www.opengis.net/gml).interfaceAbstractCoverageTypeAn XML AbstractCoverageType(@http://www.opengis.net/gml).interfaceAbstractDiscreteCoverageTypeAn XML AbstractDiscreteCoverageType(@http://www.opengis.net/gml).interfaceAbstractFeatureCollectionTypeAn XML AbstractFeatureCollectionType(@http://www.opengis.net/gml).interfaceBoundedFeatureTypeAn XML BoundedFeatureType(@http://www.opengis.net/gml).interfaceDirectedObservationAtDistanceTypeAn XML DirectedObservationAtDistanceType(@http://www.opengis.net/gml).interfaceDirectedObservationTypeAn XML DirectedObservationType(@http://www.opengis.net/gml).interfaceDynamicFeatureCollectionTypeAn XML DynamicFeatureCollectionType(@http://www.opengis.net/gml).interfaceDynamicFeatureTypeAn XML DynamicFeatureType(@http://www.opengis.net/gml).interfaceFeatureCollectionTypeAn XML FeatureCollectionType(@http://www.opengis.net/gml).interfaceGridCoverageTypeAn XML GridCoverageType(@http://www.opengis.net/gml).interfaceMultiCurveCoverageTypeAn XML MultiCurveCoverageType(@http://www.opengis.net/gml).interfaceMultiPointCoverageTypeAn XML MultiPointCoverageType(@http://www.opengis.net/gml).interfaceMultiSolidCoverageTypeAn XML MultiSolidCoverageType(@http://www.opengis.net/gml).interfaceMultiSurfaceCoverageTypeAn XML MultiSurfaceCoverageType(@http://www.opengis.net/gml).interfaceObservationTypeAn XML ObservationType(@http://www.opengis.net/gml).interfaceRectifiedGridCoverageTypeAn XML RectifiedGridCoverageType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return AbstractFeatureType Modifier and Type Method Description AbstractFeatureTypeFeatureArrayPropertyType. addNewFeature()Appends and returns a new empty value (as xml) as the last "_Feature" elementAbstractFeatureTypeFeatureDocument. addNewFeature()Appends and returns a new empty "_Feature" elementAbstractFeatureTypeFeaturePropertyType. addNewFeature()Appends and returns a new empty "_Feature" elementAbstractFeatureTypeTargetPropertyType. addNewFeature()Appends and returns a new empty "_Feature" elementAbstractFeatureTypeFeatureDocument. getFeature()Gets the "_Feature" elementAbstractFeatureTypeFeaturePropertyType. getFeature()Gets the "_Feature" elementAbstractFeatureTypeTargetPropertyType. getFeature()Gets the "_Feature" elementAbstractFeatureType[]FeatureArrayPropertyType. getFeatureArray()Gets array of all "_Feature" elementsAbstractFeatureTypeFeatureArrayPropertyType. getFeatureArray(int i)Gets ith "_Feature" elementAbstractFeatureTypeFeatureArrayPropertyType. insertNewFeature(int i)Inserts and returns a new empty value (as xml) as the ith "_Feature" elementstatic AbstractFeatureTypeAbstractFeatureType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractFeatureTypeAbstractFeatureType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractFeatureTypeAbstractFeatureType.Factory. parse(File file)static AbstractFeatureTypeAbstractFeatureType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractFeatureTypeAbstractFeatureType.Factory. parse(InputStream is)static AbstractFeatureTypeAbstractFeatureType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractFeatureTypeAbstractFeatureType.Factory. parse(Reader r)static AbstractFeatureTypeAbstractFeatureType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractFeatureTypeAbstractFeatureType.Factory. parse(String xmlAsString)static AbstractFeatureTypeAbstractFeatureType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractFeatureTypeAbstractFeatureType.Factory. parse(URL u)static AbstractFeatureTypeAbstractFeatureType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractFeatureTypeAbstractFeatureType.Factory. parse(XMLStreamReader sr)static AbstractFeatureTypeAbstractFeatureType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractFeatureTypeAbstractFeatureType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractFeatureTypeAbstractFeatureType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractFeatureTypeAbstractFeatureType.Factory. parse(Node node)static AbstractFeatureTypeAbstractFeatureType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type AbstractFeatureType Modifier and Type Method Description voidFeatureDocument. setFeature(AbstractFeatureType feature)Sets the "_Feature" elementvoidFeaturePropertyType. setFeature(AbstractFeatureType feature)Sets the "_Feature" elementvoidTargetPropertyType. setFeature(AbstractFeatureType feature)Sets the "_Feature" elementvoidFeatureArrayPropertyType. setFeatureArray(int i, AbstractFeatureType feature)Sets ith "_Feature" elementvoidFeatureArrayPropertyType. setFeatureArray(AbstractFeatureType[] featureArray)Sets array of all "_Feature" element -
Uses of AbstractFeatureType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractFeatureType Modifier and Type Class Description classAbstractContinuousCoverageTypeImplAn XML AbstractContinuousCoverageType(@http://www.opengis.net/gml).classAbstractCoverageTypeImplAn XML AbstractCoverageType(@http://www.opengis.net/gml).classAbstractDiscreteCoverageTypeImplAn XML AbstractDiscreteCoverageType(@http://www.opengis.net/gml).classAbstractFeatureCollectionTypeImplAn XML AbstractFeatureCollectionType(@http://www.opengis.net/gml).classAbstractFeatureTypeImplAn XML AbstractFeatureType(@http://www.opengis.net/gml).classBoundedFeatureTypeImplAn XML BoundedFeatureType(@http://www.opengis.net/gml).classDirectedObservationAtDistanceTypeImplAn XML DirectedObservationAtDistanceType(@http://www.opengis.net/gml).classDirectedObservationTypeImplAn XML DirectedObservationType(@http://www.opengis.net/gml).classDynamicFeatureCollectionTypeImplAn XML DynamicFeatureCollectionType(@http://www.opengis.net/gml).classDynamicFeatureTypeImplAn XML DynamicFeatureType(@http://www.opengis.net/gml).classFeatureCollectionTypeImplAn XML FeatureCollectionType(@http://www.opengis.net/gml).classGridCoverageTypeImplAn XML GridCoverageType(@http://www.opengis.net/gml).classMultiCurveCoverageTypeImplAn XML MultiCurveCoverageType(@http://www.opengis.net/gml).classMultiPointCoverageTypeImplAn XML MultiPointCoverageType(@http://www.opengis.net/gml).classMultiSolidCoverageTypeImplAn XML MultiSolidCoverageType(@http://www.opengis.net/gml).classMultiSurfaceCoverageTypeImplAn XML MultiSurfaceCoverageType(@http://www.opengis.net/gml).classObservationTypeImplAn XML ObservationType(@http://www.opengis.net/gml).classRectifiedGridCoverageTypeImplAn XML RectifiedGridCoverageType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return AbstractFeatureType Modifier and Type Method Description AbstractFeatureTypeFeatureArrayPropertyTypeImpl. addNewFeature()Appends and returns a new empty value (as xml) as the last "_Feature" elementAbstractFeatureTypeFeatureDocumentImpl. addNewFeature()Appends and returns a new empty "_Feature" elementAbstractFeatureTypeFeaturePropertyTypeImpl. addNewFeature()Appends and returns a new empty "_Feature" elementAbstractFeatureTypeTargetPropertyTypeImpl. addNewFeature()Appends and returns a new empty "_Feature" elementAbstractFeatureTypeFeatureDocumentImpl. getFeature()Gets the "_Feature" elementAbstractFeatureTypeFeaturePropertyTypeImpl. getFeature()Gets the "_Feature" elementAbstractFeatureTypeTargetPropertyTypeImpl. getFeature()Gets the "_Feature" elementAbstractFeatureType[]FeatureArrayPropertyTypeImpl. getFeatureArray()Gets array of all "_Feature" elementsAbstractFeatureTypeFeatureArrayPropertyTypeImpl. getFeatureArray(int i)Gets ith "_Feature" elementAbstractFeatureTypeFeatureArrayPropertyTypeImpl. insertNewFeature(int i)Inserts and returns a new empty value (as xml) as the ith "_Feature" elementMethods in net.opengis.gml.impl with parameters of type AbstractFeatureType Modifier and Type Method Description voidFeatureDocumentImpl. setFeature(AbstractFeatureType feature)Sets the "_Feature" elementvoidFeaturePropertyTypeImpl. setFeature(AbstractFeatureType feature)Sets the "_Feature" elementvoidTargetPropertyTypeImpl. setFeature(AbstractFeatureType feature)Sets the "_Feature" elementvoidFeatureArrayPropertyTypeImpl. setFeatureArray(int i, AbstractFeatureType feature)Sets ith "_Feature" elementvoidFeatureArrayPropertyTypeImpl. setFeatureArray(AbstractFeatureType[] featureArray)Sets array of all "_Feature" element
-