Uses of Class
nl.b3p.csw.jaxb.gml.AbstractGeometricPrimitiveType
-
Packages that use AbstractGeometricPrimitiveType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of AbstractGeometricPrimitiveType in nl.b3p.csw.jaxb.gml
Subclasses of AbstractGeometricPrimitiveType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description classAbstractCurveTypeAn abstraction of a curve to support the different levels of complexity.classAbstractSolidTypeAn abstraction of a solid to support the different levels of complexity.classAbstractSurfaceTypeAn abstraction of a surface to support the different levels of complexity.classCurveTypeCurve is a 1-dimensional primitive.classLineStringTypeA LineString is a special curve that consists of a single segment with linear interpolation.classOrientableCurveTypeOrientableCurve consists of a curve and an orientation.classOrientableSurfaceTypeOrientableSurface consists of a surface and an orientation.classPointTypeA Point is defined by a single coordinate tuple.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.classSolidTypeA solid is the basis for 3-dimensional geometry.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 AbstractGeometricPrimitiveType Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends AbstractGeometricPrimitiveType>GeometricPrimitivePropertyType. geometricPrimitiveMethods in nl.b3p.csw.jaxb.gml that return types with arguments of type AbstractGeometricPrimitiveType Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends AbstractGeometricPrimitiveType>GeometricPrimitivePropertyType. getGeometricPrimitive()Gets the value of the geometricPrimitive property.Methods in nl.b3p.csw.jaxb.gml with parameters of type AbstractGeometricPrimitiveType Modifier and Type Method Description GeometricPrimitiveObjectFactory. createGeometricPrimitive(AbstractGeometricPrimitiveType value)Create an instance ofGeometricPrimitive}Method parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractGeometricPrimitiveType Modifier and Type Method Description voidGeometricPrimitivePropertyType. setGeometricPrimitive(javax.xml.bind.JAXBElement<? extends AbstractGeometricPrimitiveType> value)Sets the value of the geometricPrimitive property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type AbstractGeometricPrimitiveType Constructor Description GeometricPrimitive(AbstractGeometricPrimitiveType value)Constructor parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractGeometricPrimitiveType Constructor Description GeometricPrimitivePropertyType(javax.xml.bind.JAXBElement<? extends AbstractGeometricPrimitiveType> geometricPrimitive, String remoteSchema, String type, String href, String role, String arcrole, String title, String show, String actuate)Fully-initialising value constructor
-