Uses of Class
nl.b3p.csw.jaxb.gml.AbstractGeometricAggregateType
-
Packages that use AbstractGeometricAggregateType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of AbstractGeometricAggregateType in nl.b3p.csw.jaxb.gml
Subclasses of AbstractGeometricAggregateType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description classMultiCurveTypeA MultiCurve is defined by one or more Curves, referenced through curveMember elements.classMultiGeometryTypeA geometry collection must include one or more geometries, referenced through geometryMember elements.classMultiLineStringTypeA MultiLineString is defined by one or more LineStrings, referenced through lineStringMember elements.classMultiPointTypeA MultiPoint is defined by one or more Points, referenced through pointMember elements.classMultiPolygonTypeA MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements.classMultiSolidTypeA MultiSolid is defined by one or more Solids, referenced through solidMember elements.classMultiSurfaceTypeA MultiSurface is defined by one or more Surfaces, referenced through surfaceMember elements.Fields in nl.b3p.csw.jaxb.gml with type parameters of type AbstractGeometricAggregateType Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends AbstractGeometricAggregateType>MultiGeometryPropertyType. geometricAggregateMethods in nl.b3p.csw.jaxb.gml that return types with arguments of type AbstractGeometricAggregateType Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends AbstractGeometricAggregateType>MultiGeometryPropertyType. getGeometricAggregate()Gets the value of the geometricAggregate property.Methods in nl.b3p.csw.jaxb.gml with parameters of type AbstractGeometricAggregateType Modifier and Type Method Description GeometricAggregateObjectFactory. createGeometricAggregate(AbstractGeometricAggregateType value)Create an instance ofGeometricAggregate}Method parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractGeometricAggregateType Modifier and Type Method Description voidMultiGeometryPropertyType. setGeometricAggregate(javax.xml.bind.JAXBElement<? extends AbstractGeometricAggregateType> value)Sets the value of the geometricAggregate property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type AbstractGeometricAggregateType Constructor Description GeometricAggregate(AbstractGeometricAggregateType value)Constructor parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractGeometricAggregateType Constructor Description MultiGeometryPropertyType(javax.xml.bind.JAXBElement<? extends AbstractGeometricAggregateType> geometricAggregate, String remoteSchema, String type, String href, String role, String arcrole, String title, String show, String actuate)Fully-initialising value constructor
-