Uses of Class
net.opengis.gml._3.AbstractGeometricPrimitiveType
-
Packages that use AbstractGeometricPrimitiveType Package Description net.opengis.gml._3 -
-
Uses of AbstractGeometricPrimitiveType in net.opengis.gml._3
Subclasses of AbstractGeometricPrimitiveType 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.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 AbstractGeometricPrimitiveType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractGeometricPrimitiveType>GeometricPrimitivePropertyType. abstractGeometricPrimitiveMethods in net.opengis.gml._3 that return types with arguments of type AbstractGeometricPrimitiveType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractGeometricPrimitiveType>ObjectFactory. createAbstractGeometricPrimitive(AbstractGeometricPrimitiveType value)jakarta.xml.bind.JAXBElement<? extends AbstractGeometricPrimitiveType>GeometricPrimitivePropertyType. getAbstractGeometricPrimitive()Gets the value of the abstractGeometricPrimitive property.Methods in net.opengis.gml._3 with parameters of type AbstractGeometricPrimitiveType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractGeometricPrimitiveType>ObjectFactory. createAbstractGeometricPrimitive(AbstractGeometricPrimitiveType value)Method parameters in net.opengis.gml._3 with type arguments of type AbstractGeometricPrimitiveType Modifier and Type Method Description voidGeometricPrimitivePropertyType. setAbstractGeometricPrimitive(jakarta.xml.bind.JAXBElement<? extends AbstractGeometricPrimitiveType> value)Sets the value of the abstractGeometricPrimitive property.
-