Uses of Interface
net.opengis.gml.AbstractGeometricAggregateType
-
Packages that use AbstractGeometricAggregateType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AbstractGeometricAggregateType in net.opengis.gml
Subinterfaces of AbstractGeometricAggregateType in net.opengis.gml Modifier and Type Interface Description interfaceMultiCurveTypeAn XML MultiCurveType(@http://www.opengis.net/gml).interfaceMultiGeometryTypeAn XML MultiGeometryType(@http://www.opengis.net/gml).interfaceMultiLineStringTypeAn XML MultiLineStringType(@http://www.opengis.net/gml).interfaceMultiPointTypeAn XML MultiPointType(@http://www.opengis.net/gml).interfaceMultiPolygonTypeAn XML MultiPolygonType(@http://www.opengis.net/gml).interfaceMultiSolidTypeAn XML MultiSolidType(@http://www.opengis.net/gml).interfaceMultiSurfaceTypeAn XML MultiSurfaceType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return AbstractGeometricAggregateType Modifier and Type Method Description AbstractGeometricAggregateTypeGeometricAggregateDocument. addNewGeometricAggregate()Appends and returns a new empty "_GeometricAggregate" elementAbstractGeometricAggregateTypeMultiGeometryPropertyType. addNewGeometricAggregate()Appends and returns a new empty "_GeometricAggregate" elementAbstractGeometricAggregateTypeGeometricAggregateDocument. getGeometricAggregate()Gets the "_GeometricAggregate" elementAbstractGeometricAggregateTypeMultiGeometryPropertyType. getGeometricAggregate()Gets the "_GeometricAggregate" elementstatic AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. parse(File file)static AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. parse(InputStream is)static AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. parse(Reader r)static AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. parse(String xmlAsString)static AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. parse(URL u)static AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. parse(XMLStreamReader sr)static AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. parse(Node node)static AbstractGeometricAggregateTypeAbstractGeometricAggregateType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type AbstractGeometricAggregateType Modifier and Type Method Description voidGeometricAggregateDocument. setGeometricAggregate(AbstractGeometricAggregateType geometricAggregate)Sets the "_GeometricAggregate" elementvoidMultiGeometryPropertyType. setGeometricAggregate(AbstractGeometricAggregateType geometricAggregate)Sets the "_GeometricAggregate" element -
Uses of AbstractGeometricAggregateType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractGeometricAggregateType Modifier and Type Class Description classAbstractGeometricAggregateTypeImplAn XML AbstractGeometricAggregateType(@http://www.opengis.net/gml).classMultiCurveTypeImplAn XML MultiCurveType(@http://www.opengis.net/gml).classMultiGeometryTypeImplAn XML MultiGeometryType(@http://www.opengis.net/gml).classMultiLineStringTypeImplAn XML MultiLineStringType(@http://www.opengis.net/gml).classMultiPointTypeImplAn XML MultiPointType(@http://www.opengis.net/gml).classMultiPolygonTypeImplAn XML MultiPolygonType(@http://www.opengis.net/gml).classMultiSolidTypeImplAn XML MultiSolidType(@http://www.opengis.net/gml).classMultiSurfaceTypeImplAn XML MultiSurfaceType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return AbstractGeometricAggregateType Modifier and Type Method Description AbstractGeometricAggregateTypeGeometricAggregateDocumentImpl. addNewGeometricAggregate()Appends and returns a new empty "_GeometricAggregate" elementAbstractGeometricAggregateTypeMultiGeometryPropertyTypeImpl. addNewGeometricAggregate()Appends and returns a new empty "_GeometricAggregate" elementAbstractGeometricAggregateTypeGeometricAggregateDocumentImpl. getGeometricAggregate()Gets the "_GeometricAggregate" elementAbstractGeometricAggregateTypeMultiGeometryPropertyTypeImpl. getGeometricAggregate()Gets the "_GeometricAggregate" elementMethods in net.opengis.gml.impl with parameters of type AbstractGeometricAggregateType Modifier and Type Method Description voidGeometricAggregateDocumentImpl. setGeometricAggregate(AbstractGeometricAggregateType geometricAggregate)Sets the "_GeometricAggregate" elementvoidMultiGeometryPropertyTypeImpl. setGeometricAggregate(AbstractGeometricAggregateType geometricAggregate)Sets the "_GeometricAggregate" element
-