Uses of Class
nl.b3p.csw.jaxb.gml.AbstractSurfaceType
-
Packages that use AbstractSurfaceType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of AbstractSurfaceType in nl.b3p.csw.jaxb.gml
Subclasses of AbstractSurfaceType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description classOrientableSurfaceTypeOrientableSurface consists of a surface and an orientation.classPolygonTypeA Polygon is a special surface that is defined by a single surface patch.classPolyhedralSurfaceTypeA polyhedral surface is a surface composed of polygon surfaces connected along their common boundary curves.classSurfaceTypeA Surface is a 2-dimensional primitive and is composed of one or more surface patches.classTinTypeA tin is a triangulated surface that uses the Delauny algorithm or a similar algorithm complemented with consideration of breaklines, stoplines, and maximum length of triangle sides.classTriangulatedSurfaceTypeA triangulated surface is a polyhedral surface that is composed only of triangles.Fields in nl.b3p.csw.jaxb.gml with type parameters of type AbstractSurfaceType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends AbstractSurfaceType>>SurfaceArrayPropertyType. surfaceprotected javax.xml.bind.JAXBElement<? extends AbstractSurfaceType>SurfacePropertyType. surfaceMethods in nl.b3p.csw.jaxb.gml that return AbstractSurfaceType Modifier and Type Method Description AbstractSurfaceTypeObjectFactory. createAbstractSurfaceType()Create an instance ofAbstractSurfaceTypeMethods in nl.b3p.csw.jaxb.gml that return types with arguments of type AbstractSurfaceType Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends AbstractSurfaceType>>SurfaceArrayPropertyType. getSurface()Gets the value of the surface property.javax.xml.bind.JAXBElement<? extends AbstractSurfaceType>SurfacePropertyType. getSurface()Gets the value of the surface property.Methods in nl.b3p.csw.jaxb.gml with parameters of type AbstractSurfaceType Modifier and Type Method Description AbstractSurfaceObjectFactory. createAbstractSurface(AbstractSurfaceType value)Create an instance ofAbstractSurface}Method parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractSurfaceType Modifier and Type Method Description voidSurfacePropertyType. setSurface(javax.xml.bind.JAXBElement<? extends AbstractSurfaceType> value)Sets the value of the surface property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type AbstractSurfaceType Constructor Description AbstractSurface(AbstractSurfaceType value)Constructor parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractSurfaceType Constructor Description SurfaceArrayPropertyType(List<javax.xml.bind.JAXBElement<? extends AbstractSurfaceType>> surface)Fully-initialising value constructorSurfacePropertyType(javax.xml.bind.JAXBElement<? extends AbstractSurfaceType> surface, String remoteSchema, String type, String href, String role, String arcrole, String title, String show, String actuate)Fully-initialising value constructor
-