Uses of Class
nl.b3p.csw.jaxb.gml.AbstractRingType
-
Packages that use AbstractRingType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of AbstractRingType in nl.b3p.csw.jaxb.gml
Subclasses of AbstractRingType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description classLinearRingTypeA LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates must be coincident.classRingTypeA Ring is used to represent a single connected component of a surface boundary.Fields in nl.b3p.csw.jaxb.gml with type parameters of type AbstractRingType Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends AbstractRingType>AbstractRingPropertyType. ringMethods in nl.b3p.csw.jaxb.gml that return types with arguments of type AbstractRingType Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends AbstractRingType>AbstractRingPropertyType. getRing()Gets the value of the ring property.Methods in nl.b3p.csw.jaxb.gml with parameters of type AbstractRingType Modifier and Type Method Description AbstractRingObjectFactory. createAbstractRing(AbstractRingType value)Create an instance ofAbstractRing}Method parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractRingType Modifier and Type Method Description voidAbstractRingPropertyType. setRing(javax.xml.bind.JAXBElement<? extends AbstractRingType> value)Sets the value of the ring property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type AbstractRingType Constructor Description AbstractRing(AbstractRingType value)Constructor parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractRingType Constructor Description AbstractRingPropertyType(javax.xml.bind.JAXBElement<? extends AbstractRingType> ring)Fully-initialising value constructor
-