Uses of Class
org.citygml4j.model.gml.geometry.primitives.Sign

Packages that use Sign
org.citygml4j.model.gml.geometry.primitives   
 

Uses of Sign in org.citygml4j.model.gml.geometry.primitives
 

Methods in org.citygml4j.model.gml.geometry.primitives that return Sign
static Sign Sign.fromValue(java.lang.String v)
           
 Sign OrientableSurface.getOrientation()
           
 Sign OrientableCurve.getOrientation()
           
static Sign Sign.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Sign[] Sign.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type Sign
 void OrientableSurface.setOrientation(Sign orientation)
           
 void OrientableCurve.setOrientation(Sign orientation)
           
 

Constructors in org.citygml4j.model.gml.geometry.primitives with parameters of type Sign
OrientableCurve(AbstractCurve base, Sign orientation)
           
OrientableCurve(java.lang.String xlink, Sign orientation)
           
OrientableSurface(AbstractSurface base, Sign orientation)
           
OrientableSurface(java.lang.String xlink, Sign orientation)