Uses of Class
nl.b3p.csw.jaxb.gml.AbstractGeometryType
-
Packages that use AbstractGeometryType Package Description nl.b3p.csw.jaxb.filter nl.b3p.csw.jaxb.gml -
-
Uses of AbstractGeometryType in nl.b3p.csw.jaxb.filter
Fields in nl.b3p.csw.jaxb.filter with type parameters of type AbstractGeometryType Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends AbstractGeometryType>BinarySpatialOpType. geometryprotected javax.xml.bind.JAXBElement<? extends AbstractGeometryType>DistanceBufferType. geometryMethods in nl.b3p.csw.jaxb.filter that return types with arguments of type AbstractGeometryType Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends AbstractGeometryType>BinarySpatialOpType. getGeometry()Gets the value of the geometry property.javax.xml.bind.JAXBElement<? extends AbstractGeometryType>DistanceBufferType. getGeometry()Gets the value of the geometry property.Method parameters in nl.b3p.csw.jaxb.filter with type arguments of type AbstractGeometryType Modifier and Type Method Description voidBinarySpatialOpType. setGeometry(javax.xml.bind.JAXBElement<? extends AbstractGeometryType> value)Sets the value of the geometry property.voidDistanceBufferType. setGeometry(javax.xml.bind.JAXBElement<? extends AbstractGeometryType> value)Sets the value of the geometry property.Constructor parameters in nl.b3p.csw.jaxb.filter with type arguments of type AbstractGeometryType Constructor Description BinarySpatialOpType(PropertyName propertyName, javax.xml.bind.JAXBElement<? extends AbstractGeometryType> geometry, Envelope envelope)Fully-initialising value constructorDistanceBufferType(PropertyName propertyName, javax.xml.bind.JAXBElement<? extends AbstractGeometryType> geometry, DistanceType distance)Fully-initialising value constructor -
Uses of AbstractGeometryType in nl.b3p.csw.jaxb.gml
Subclasses of AbstractGeometryType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description classAbstractCurveTypeAn abstraction of a curve to support the different levels of complexity.classAbstractGeometricAggregateTypeThis is the abstract root type of the geometric aggregates.classAbstractGeometricPrimitiveTypeThis is the abstract root type of the geometric primitives.classAbstractRingTypeAn abstraction of a ring to support surface boundaries of different 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.classLinearRingTypeA LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates must be coincident.classLineStringTypeA LineString is a special curve that consists of a single segment with linear interpolation.classMultiCurveTypeA MultiCurve is defined by one or more Curves, referenced through curveMember elements.classMultiGeometryTypeA geometry collection must include one or more geometries, referenced through geometryMember elements.classMultiLineStringTypeA MultiLineString is defined by one or more LineStrings, referenced through lineStringMember elements.classMultiPointTypeA MultiPoint is defined by one or more Points, referenced through pointMember elements.classMultiPolygonTypeA MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements.classMultiSolidTypeA MultiSolid is defined by one or more Solids, referenced through solidMember elements.classMultiSurfaceTypeA MultiSurface is defined by one or more Surfaces, referenced through surfaceMember elements.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.classRingTypeA Ring is used to represent a single connected component of a surface boundary.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 AbstractGeometryType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends AbstractGeometryType>>GeometryArrayPropertyType. geometryprotected javax.xml.bind.JAXBElement<? extends AbstractGeometryType>GeometryPropertyType. geometryMethods in nl.b3p.csw.jaxb.gml that return types with arguments of type AbstractGeometryType Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends AbstractGeometryType>>GeometryArrayPropertyType. getGeometry()Gets the value of the geometry property.javax.xml.bind.JAXBElement<? extends AbstractGeometryType>GeometryPropertyType. getGeometry()Gets the value of the geometry property.Methods in nl.b3p.csw.jaxb.gml with parameters of type AbstractGeometryType Modifier and Type Method Description AbstractGeometryObjectFactory. createAbstractGeometry(AbstractGeometryType value)Create an instance ofAbstractGeometry}Method parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractGeometryType Modifier and Type Method Description voidGeometryPropertyType. setGeometry(javax.xml.bind.JAXBElement<? extends AbstractGeometryType> value)Sets the value of the geometry property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type AbstractGeometryType Constructor Description AbstractGeometry(AbstractGeometryType value)Constructor parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractGeometryType Constructor Description GeometryArrayPropertyType(List<javax.xml.bind.JAXBElement<? extends AbstractGeometryType>> geometry)Fully-initialising value constructorGeometryPropertyType(javax.xml.bind.JAXBElement<? extends AbstractGeometryType> geometry, String remoteSchema, String type, String href, String role, String arcrole, String title, String show, String actuate)Fully-initialising value constructor
-