Uses of Class
net.opengis.gml._3.AbstractGeometryType
-
Packages that use AbstractGeometryType Package Description net.opengis.gml._3 -
-
Uses of AbstractGeometryType in net.opengis.gml._3
Subclasses of AbstractGeometryType in net.opengis.gml._3 Modifier and Type Class Description classAbstractCurveTypegml:AbstractCurveType is an abstraction of a curve to support the different levels of complexity.classAbstractGeometricPrimitiveTypegml:AbstractGeometricPrimitiveType is the abstract root type of the geometric primitives.classAbstractSurfaceTypegml:AbstractSurfaceType is an abstraction of a surface to support the different levels of complexity.classLineStringTypeJava class for LineStringType complex type.classPointTypeJava class for PointType complex type.classPolygonTypeJava class for PolygonType complex type.Fields in net.opengis.gml._3 with type parameters of type AbstractGeometryType Modifier and Type Field Description protected List<jakarta.xml.bind.JAXBElement<? extends AbstractGeometryType>>GeometryArrayPropertyType. abstractGeometriesprotected jakarta.xml.bind.JAXBElement<? extends AbstractGeometryType>GeometryPropertyType. abstractGeometryMethods in net.opengis.gml._3 that return types with arguments of type AbstractGeometryType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractGeometryType>ObjectFactory. createAbstractGeometry(AbstractGeometryType value)List<jakarta.xml.bind.JAXBElement<? extends AbstractGeometryType>>GeometryArrayPropertyType. getAbstractGeometries()Gets the value of the abstractGeometries property.jakarta.xml.bind.JAXBElement<? extends AbstractGeometryType>GeometryPropertyType. getAbstractGeometry()Gets the value of the abstractGeometry property.Methods in net.opengis.gml._3 with parameters of type AbstractGeometryType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractGeometryType>ObjectFactory. createAbstractGeometry(AbstractGeometryType value)Method parameters in net.opengis.gml._3 with type arguments of type AbstractGeometryType Modifier and Type Method Description voidGeometryPropertyType. setAbstractGeometry(jakarta.xml.bind.JAXBElement<? extends AbstractGeometryType> value)Sets the value of the abstractGeometry property.
-