public class _TexturedSurface extends OrientableSurface implements TexturedSurfaceModuleComponent
isSetMetaDataProperty
Constructor and Description |
---|
_TexturedSurface() |
_TexturedSurface(TexturedSurfaceModule module) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(GeometryFunctor<T> visitor) |
void |
accept(GeometryVisitor visitor) |
<T> T |
accept(GMLFunctor<T> visitor) |
void |
accept(GMLVisitor visitor) |
void |
addAppearance(_AppearanceProperty appearance) |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.util.List<_AppearanceProperty> |
getAppearance() |
CityGMLClass |
getCityGMLClass() |
TexturedSurfaceModule |
getCityGMLModule() |
GMLClass |
getGMLClass() |
boolean |
isSetAppearance() |
boolean |
isSetCityGMLModule() |
void |
setAppearance(java.util.List<_AppearanceProperty> appearance) |
boolean |
unsetAppearance(_AppearanceProperty appearance) |
void |
unsetAppearance() |
calcBoundingBox, getBaseSurface, getOrientation, isSetBaseSurface, isSetOrientation, setBaseSurface, setOrientation, unsetBaseSurface, unsetOrientation
addAxisLabel, addUomLabel, getAxisLabels, getGid, getInheritedSrsName, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetAxisLabels, unsetGid, unsetSrsDimension, unsetSrsName, unsetUomLabels, unsetUomLabels
addMetaDataProperty, addName, getDescription, getId, getLocalProperty, getMetaDataProperty, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
public _TexturedSurface()
public _TexturedSurface(TexturedSurfaceModule module)
public void addAppearance(_AppearanceProperty appearance)
public java.util.List<_AppearanceProperty> getAppearance()
public boolean isSetAppearance()
public void setAppearance(java.util.List<_AppearanceProperty> appearance)
public void unsetAppearance()
public boolean unsetAppearance(_AppearanceProperty appearance)
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class OrientableSurface
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final TexturedSurfaceModule getCityGMLModule()
getCityGMLModule
in interface CityGMLModuleComponent
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGMLModuleComponent
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class OrientableSurface
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class OrientableSurface
public <T> T accept(GeometryFunctor<T> visitor)
accept
in class OrientableSurface
public <T> T accept(GMLFunctor<T> visitor)
accept
in class OrientableSurface
public void accept(GeometryVisitor visitor)
accept
in class OrientableSurface
public void accept(GMLVisitor visitor)
accept
in class OrientableSurface