Package | Description |
---|---|
org.citygml4j.model.citygml.texturedsurface | |
org.citygml4j.model.gml.geometry.primitives |
Modifier and Type | Method and Description |
---|---|
Sign |
_AppearanceProperty.getOrientation() |
Modifier and Type | Method and Description |
---|---|
void |
_AppearanceProperty.setOrientation(Sign orientation) |
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OrientableSurface.setOrientation(Sign orientation) |
void |
OrientableCurve.setOrientation(Sign orientation) |
Constructor and Description |
---|
OrientableCurve(AbstractCurve base,
Sign orientation) |
OrientableCurve(java.lang.String xlink,
Sign orientation) |
OrientableSurface(AbstractSurface base,
Sign orientation) |
OrientableSurface(java.lang.String xlink,
Sign orientation) |