public class TinProperty extends GeometryProperty<TriangulatedSurface> implements ReliefModuleComponent
Constructor and Description |
---|
TinProperty() |
TinProperty(ReliefModule module) |
TinProperty(java.lang.String href) |
TinProperty(TriangulatedSurface triangulatedSurface) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.lang.Class<TriangulatedSurface> |
getAssociableClass() |
CityGMLClass |
getCityGMLClass() |
ReliefModule |
getCityGMLModule() |
ModelType |
getModelType() |
TriangulatedSurface |
getTriangulatedSurface() |
boolean |
isSetCityGMLModule() |
boolean |
isSetTriangulatedSurface() |
void |
setTriangulatedSurface(TriangulatedSurface triangulatedSurface) |
void |
unsetTriangulatedSurface() |
getGeometry, getGMLClass, isSetGeometry, setGeometry, unsetGeometry
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType
getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetParent
public TinProperty()
public TinProperty(TriangulatedSurface triangulatedSurface)
public TinProperty(java.lang.String href)
public TinProperty(ReliefModule module)
public TriangulatedSurface getTriangulatedSurface()
public boolean isSetTriangulatedSurface()
public void setTriangulatedSurface(TriangulatedSurface triangulatedSurface)
public void unsetTriangulatedSurface()
public ModelType getModelType()
getModelType
in interface ModelObject
getModelType
in class AssociationByRep<TriangulatedSurface>
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final ReliefModule getCityGMLModule()
getCityGMLModule
in interface CityGML
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGML
public java.lang.Class<TriangulatedSurface> getAssociableClass()
getAssociableClass
in interface Association<TriangulatedSurface>
getAssociableClass
in class GeometryProperty<TriangulatedSurface>
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class GeometryProperty<TriangulatedSurface>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class GeometryProperty<TriangulatedSurface>