Uses of Class
net.opengis.gml._3.AbstractSurfaceType
-
Packages that use AbstractSurfaceType Package Description net.opengis.gml._3 -
-
Uses of AbstractSurfaceType in net.opengis.gml._3
Subclasses of AbstractSurfaceType in net.opengis.gml._3 Modifier and Type Class Description classPolygonTypeJava class for PolygonType complex type.Fields in net.opengis.gml._3 with type parameters of type AbstractSurfaceType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractSurfaceType>SurfaceProperty. abstractSurfaceprotected List<jakarta.xml.bind.JAXBElement<? extends AbstractSurfaceType>>SurfaceArrayPropertyType. abstractSurfacesMethods in net.opengis.gml._3 that return types with arguments of type AbstractSurfaceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractSurfaceType>ObjectFactory. createAbstractSurface(AbstractSurfaceType value)jakarta.xml.bind.JAXBElement<? extends AbstractSurfaceType>SurfaceProperty. getAbstractSurface()Gets the value of the abstractSurface property.List<jakarta.xml.bind.JAXBElement<? extends AbstractSurfaceType>>SurfaceArrayPropertyType. getAbstractSurfaces()Gets the value of the abstractSurfaces property.Methods in net.opengis.gml._3 with parameters of type AbstractSurfaceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractSurfaceType>ObjectFactory. createAbstractSurface(AbstractSurfaceType value)Method parameters in net.opengis.gml._3 with type arguments of type AbstractSurfaceType Modifier and Type Method Description voidSurfaceProperty. setAbstractSurface(jakarta.xml.bind.JAXBElement<? extends AbstractSurfaceType> value)Sets the value of the abstractSurface property.
-