Uses of Class
net.opengis.gml._3.AbstractGMLType
-
Packages that use AbstractGMLType Package Description net.opengis.gml._3 -
-
Uses of AbstractGMLType in net.opengis.gml._3
Subclasses of AbstractGMLType 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.classAbstractGeometryTypeAll geometry elements are derived directly or indirectly from this abstract supertype.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.Methods in net.opengis.gml._3 that return types with arguments of type AbstractGMLType Modifier and Type Method Description JAXBElement<AbstractGMLType>ObjectFactory. createAbstractGML(AbstractGMLType value)Methods in net.opengis.gml._3 with parameters of type AbstractGMLType Modifier and Type Method Description JAXBElement<AbstractGMLType>ObjectFactory. createAbstractGML(AbstractGMLType value)
-