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

Packages that use CompassPointEnumeration
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CompassPointEnumeration
static CompassPointEnumeration CompassPointEnumeration.fromValue(java.lang.String v)
           
 CompassPointEnumeration DirectionPropertyType.getCompassPoint()
          Gets the value of the compassPoint property.
static CompassPointEnumeration CompassPointEnumeration.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CompassPointEnumeration[] CompassPointEnumeration.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type CompassPointEnumeration
 javax.xml.bind.JAXBElement<CompassPointEnumeration> ObjectFactory.createCompassPoint(CompassPointEnumeration value)
          Create an instance of JAXBElement<CompassPointEnumeration>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CompassPointEnumeration
 javax.xml.bind.JAXBElement<CompassPointEnumeration> ObjectFactory.createCompassPoint(CompassPointEnumeration value)
          Create an instance of JAXBElement<CompassPointEnumeration>}
 void DirectionPropertyType.setCompassPoint(CompassPointEnumeration value)
          Sets the value of the compassPoint property.