Uses of Class
nl.b3p.csw.jaxb.gml.AbstractRingPropertyType
-
Packages that use AbstractRingPropertyType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of AbstractRingPropertyType in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml with type parameters of type AbstractRingPropertyType Modifier and Type Field Description protected javax.xml.bind.JAXBElement<AbstractRingPropertyType>PolygonPatchType. exteriorprotected javax.xml.bind.JAXBElement<AbstractRingPropertyType>PolygonType. exteriorprotected javax.xml.bind.JAXBElement<AbstractRingPropertyType>RectangleType. exteriorprotected javax.xml.bind.JAXBElement<AbstractRingPropertyType>TriangleType. exteriorprotected List<javax.xml.bind.JAXBElement<AbstractRingPropertyType>>PolygonPatchType. interiorprotected List<javax.xml.bind.JAXBElement<AbstractRingPropertyType>>PolygonType. interiorMethods in nl.b3p.csw.jaxb.gml that return AbstractRingPropertyType Modifier and Type Method Description AbstractRingPropertyTypeObjectFactory. createAbstractRingPropertyType()Create an instance ofAbstractRingPropertyTypeMethods in nl.b3p.csw.jaxb.gml that return types with arguments of type AbstractRingPropertyType Modifier and Type Method Description javax.xml.bind.JAXBElement<AbstractRingPropertyType>PolygonPatchType. getExterior()Gets the value of the exterior property.javax.xml.bind.JAXBElement<AbstractRingPropertyType>PolygonType. getExterior()Gets the value of the exterior property.javax.xml.bind.JAXBElement<AbstractRingPropertyType>RectangleType. getExterior()Constraint: The Ring shall be a LinearRing and must form a rectangle; the first and the last position must be co-incident.javax.xml.bind.JAXBElement<AbstractRingPropertyType>TriangleType. getExterior()Constraint: The Ring shall be a LinearRing and must form a triangle, the first and the last position must be co-incident.List<javax.xml.bind.JAXBElement<AbstractRingPropertyType>>PolygonPatchType. getInterior()Gets the value of the interior property.List<javax.xml.bind.JAXBElement<AbstractRingPropertyType>>PolygonType. getInterior()Gets the value of the interior property.Methods in nl.b3p.csw.jaxb.gml with parameters of type AbstractRingPropertyType Modifier and Type Method Description ExteriorObjectFactory. createExterior(AbstractRingPropertyType value)Create an instance ofExterior}InnerBoundaryIsObjectFactory. createInnerBoundaryIs(AbstractRingPropertyType value)Create an instance ofInnerBoundaryIs}InteriorObjectFactory. createInterior(AbstractRingPropertyType value)Create an instance ofInterior}OuterBoundaryIsObjectFactory. createOuterBoundaryIs(AbstractRingPropertyType value)Create an instance ofOuterBoundaryIs}Method parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractRingPropertyType Modifier and Type Method Description voidPolygonPatchType. setExterior(javax.xml.bind.JAXBElement<AbstractRingPropertyType> value)Sets the value of the exterior property.voidPolygonType. setExterior(javax.xml.bind.JAXBElement<AbstractRingPropertyType> value)Sets the value of the exterior property.voidRectangleType. setExterior(javax.xml.bind.JAXBElement<AbstractRingPropertyType> value)Sets the value of the exterior property.voidTriangleType. setExterior(javax.xml.bind.JAXBElement<AbstractRingPropertyType> value)Sets the value of the exterior property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type AbstractRingPropertyType Constructor Description Exterior(AbstractRingPropertyType value)InnerBoundaryIs(AbstractRingPropertyType value)Interior(AbstractRingPropertyType value)OuterBoundaryIs(AbstractRingPropertyType value)Constructor parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractRingPropertyType Constructor Description PolygonPatchType(javax.xml.bind.JAXBElement<AbstractRingPropertyType> exterior, List<javax.xml.bind.JAXBElement<AbstractRingPropertyType>> interior, SurfaceInterpolationType interpolation)Fully-initialising value constructorPolygonPatchType(javax.xml.bind.JAXBElement<AbstractRingPropertyType> exterior, List<javax.xml.bind.JAXBElement<AbstractRingPropertyType>> interior, SurfaceInterpolationType interpolation)Fully-initialising value constructorPolygonType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, javax.xml.bind.JAXBElement<AbstractRingPropertyType> exterior, List<javax.xml.bind.JAXBElement<AbstractRingPropertyType>> interior)Fully-initialising value constructorRectangleType(javax.xml.bind.JAXBElement<AbstractRingPropertyType> exterior, SurfaceInterpolationType interpolation)Fully-initialising value constructorTriangleType(javax.xml.bind.JAXBElement<AbstractRingPropertyType> exterior, SurfaceInterpolationType interpolation)Fully-initialising value constructor
-