Uses of Class
org.citygml4j.jaxb.gml._3_1_1.AbstractRingPropertyType

Packages that use AbstractRingPropertyType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of AbstractRingPropertyType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return AbstractRingPropertyType
 AbstractRingPropertyType GMLMarshaller.marshalAbstractRingProperty(AbstractRingProperty src)
           
 AbstractRingPropertyType GMLMarshaller.marshalExterior(Exterior src)
           
 AbstractRingPropertyType GMLMarshaller.marshalInnerBoundaryIs(InnerBoundaryIs src)
           
 AbstractRingPropertyType GMLMarshaller.marshalInterior(Interior src)
           
 AbstractRingPropertyType GMLMarshaller.marshalOuterBoundaryIs(OuterBoundaryIs src)
           
 

Uses of AbstractRingPropertyType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractRingPropertyType
 void GMLUnmarshaller.unmarshalAbstractRingProperty(AbstractRingPropertyType src, AbstractRingProperty dest)
           
 Exterior GMLUnmarshaller.unmarshalExterior(AbstractRingPropertyType src)
           
 InnerBoundaryIs GMLUnmarshaller.unmarshalInnerBoundaryIs(AbstractRingPropertyType src)
           
 Interior GMLUnmarshaller.unmarshalInterior(AbstractRingPropertyType src)
           
 OuterBoundaryIs GMLUnmarshaller.unmarshalOuterBoundaryIs(AbstractRingPropertyType src)
           
 

Uses of AbstractRingPropertyType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return AbstractRingPropertyType
 AbstractRingPropertyType ObjectFactory.createAbstractRingPropertyType()
          Create an instance of AbstractRingPropertyType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractRingPropertyType
 javax.xml.bind.JAXBElement<AbstractRingPropertyType> ObjectFactory.createExterior(AbstractRingPropertyType value)
          Create an instance of JAXBElement<AbstractRingPropertyType>}
 javax.xml.bind.JAXBElement<AbstractRingPropertyType> ObjectFactory.createInnerBoundaryIs(AbstractRingPropertyType value)
          Create an instance of JAXBElement<AbstractRingPropertyType>}
 javax.xml.bind.JAXBElement<AbstractRingPropertyType> ObjectFactory.createInterior(AbstractRingPropertyType value)
          Create an instance of JAXBElement<AbstractRingPropertyType>}
 javax.xml.bind.JAXBElement<AbstractRingPropertyType> ObjectFactory.createOuterBoundaryIs(AbstractRingPropertyType value)
          Create an instance of JAXBElement<AbstractRingPropertyType>}
 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.
 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> PolygonType.getExterior()
          Gets the value of the exterior property.
 javax.xml.bind.JAXBElement<AbstractRingPropertyType> PolygonPatchType.getExterior()
          Gets the value of the exterior property.
 java.util.List<javax.xml.bind.JAXBElement<AbstractRingPropertyType>> PolygonType.getInterior()
          Gets the value of the interior property.
 java.util.List<javax.xml.bind.JAXBElement<AbstractRingPropertyType>> PolygonPatchType.getInterior()
          Gets the value of the interior property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type AbstractRingPropertyType
 javax.xml.bind.JAXBElement<AbstractRingPropertyType> ObjectFactory.createExterior(AbstractRingPropertyType value)
          Create an instance of JAXBElement<AbstractRingPropertyType>}
 javax.xml.bind.JAXBElement<AbstractRingPropertyType> ObjectFactory.createInnerBoundaryIs(AbstractRingPropertyType value)
          Create an instance of JAXBElement<AbstractRingPropertyType>}
 javax.xml.bind.JAXBElement<AbstractRingPropertyType> ObjectFactory.createInterior(AbstractRingPropertyType value)
          Create an instance of JAXBElement<AbstractRingPropertyType>}
 javax.xml.bind.JAXBElement<AbstractRingPropertyType> ObjectFactory.createOuterBoundaryIs(AbstractRingPropertyType value)
          Create an instance of JAXBElement<AbstractRingPropertyType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AbstractRingPropertyType
 void TriangleType.setExterior(javax.xml.bind.JAXBElement<AbstractRingPropertyType> value)
          Sets the value of the exterior property.
 void RectangleType.setExterior(javax.xml.bind.JAXBElement<AbstractRingPropertyType> value)
          Sets the value of the exterior property.
 void PolygonType.setExterior(javax.xml.bind.JAXBElement<AbstractRingPropertyType> value)
          Sets the value of the exterior property.
 void PolygonPatchType.setExterior(javax.xml.bind.JAXBElement<AbstractRingPropertyType> value)
          Sets the value of the exterior property.
 void PolygonType.setInterior(java.util.List<javax.xml.bind.JAXBElement<AbstractRingPropertyType>> interior)
          Sets the value of the interior property.
 void PolygonPatchType.setInterior(java.util.List<javax.xml.bind.JAXBElement<AbstractRingPropertyType>> interior)
          Sets the value of the interior property.