|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType
org.citygml4j.jaxb.gml._3_1_1.AbstractGeometricPrimitiveType
org.citygml4j.jaxb.gml._3_1_1.AbstractSurfaceType
org.citygml4j.jaxb.gml._3_1_1.OrientableSurfaceType
public class OrientableSurfaceType
OrientableSurface consists of a surface and an orientation. If the orientation is "+", then the OrientableSurface is identical to the baseSurface. If the orientation is "-", then the OrientableSurface is a reference to a Surface with an up-normal that reverses the direction for this OrientableSurface, the sense of "the top of the surface".
Java-Klasse für OrientableSurfaceType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="OrientableSurfaceType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractSurfaceType"> <sequence> <element ref="{http://www.opengis.net/gml}baseSurface"/> </sequence> <attribute name="orientation" type="{http://www.opengis.net/gml}SignType" default="+" /> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
OrientableSurfaceType()
|
Method Summary | |
---|---|
SurfacePropertyType |
getBaseSurface()
References or contains the base surface (positive orientation). |
java.lang.String |
getOrientation()
Ruft den Wert der orientation-Eigenschaft ab. |
boolean |
isSetBaseSurface()
|
boolean |
isSetOrientation()
|
void |
setBaseSurface(SurfacePropertyType value)
Legt den Wert der baseSurface-Eigenschaft fest. |
void |
setOrientation(java.lang.String value)
Legt den Wert der orientation-Eigenschaft fest. |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType |
---|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetUomLabels |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrientableSurfaceType()
Method Detail |
---|
public SurfacePropertyType getBaseSurface()
SurfacePropertyType
public void setBaseSurface(SurfacePropertyType value)
value
- allowed object is
SurfacePropertyType
public boolean isSetBaseSurface()
public java.lang.String getOrientation()
String
public void setOrientation(java.lang.String value)
value
- allowed object is
String
public boolean isSetOrientation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |