@IfcClass(type=ENTITY, layer=CORE) public class IfcSite extends IfcSpatialStructureElement
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLabel |
landTitleNumber |
private IfcLengthMeasure |
refElevation |
private IfcCompoundPlaneAngleMeasure |
refLatitude |
private IfcCompoundPlaneAngleMeasure |
refLongitude |
private IfcPostalAddress |
siteAddress |
stepNumber| 构造器和说明 |
|---|
IfcSite() |
IfcSite(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
IfcLocalPlacement objectPlacement,
IfcProductRepresentation representation,
IfcLabel longName,
IfcElementCompositionEnum compositionType,
IfcCompoundPlaneAngleMeasure refLatitude,
IfcCompoundPlaneAngleMeasure refLongitude,
IfcLengthMeasure refElevation,
IfcLabel landTitleNumber,
IfcPostalAddress siteAddress) |
IfcSite(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
IfcObjectPlacement objectPlacement,
IfcProductRepresentation representation,
IfcLabel longName,
IfcElementCompositionEnum compositionType,
IfcCompoundPlaneAngleMeasure refLatitude,
IfcCompoundPlaneAngleMeasure refLongitude,
IfcLengthMeasure refElevation,
IfcLabel landTitleNumber,
IfcPostalAddress siteAddress) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLabel |
getLandTitleNumber() |
IfcLengthMeasure |
getRefElevation() |
LIST<INTEGER> |
getRefLatitude() |
LIST<INTEGER> |
getRefLongitude() |
IfcPostalAddress |
getSiteAddress() |
void |
setLandTitleNumber(IfcLabel landTitleNumber) |
void |
setRefElevation(IfcLengthMeasure refElevation) |
void |
setRefLatitude(IfcCompoundPlaneAngleMeasure refLatitude) |
void |
setRefLongitude(IfcCompoundPlaneAngleMeasure refLongitude) |
void |
setSiteAddress(IfcPostalAddress siteAddress) |
getCompositionType, getContainsElements, getLongName, getReferenceElements, getServicedBySystems, illegal, setCompositionType, setContainsElements, setLongName, setReferenceElements, setServicedBySystemsgetObjectPlacement, getReferencedBy, getRepresentation, setObjectPlacement, setReferencedBy, setRepresentationaddIsDefinedBy, getIsDefinedBy, getObjectType, setIsDefinedBy, setObjectTypeaddDecompose, addHasAssociations, addIsDecomposedBy, getDecomposes, getHasAssignments, getHasAssociations, getIsDecomposedBy, setDecomposes, setHasAssignments, setHasAssociations, setIsDecomposedBygetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setDescription, setGlobalId, setName, setName, setOwnerHistorycheck, getFileItem, getParamString, getStepNumber, isDefault, setStepNumber, toIfc@IfcOptionField private IfcCompoundPlaneAngleMeasure refLatitude
@IfcOptionField private IfcCompoundPlaneAngleMeasure refLongitude
@IfcOptionField private IfcLengthMeasure refElevation
@IfcOptionField private IfcLabel landTitleNumber
@IfcOptionField private IfcPostalAddress siteAddress
public IfcSite()
@IfcParserConstructor public IfcSite(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcLocalPlacement objectPlacement, IfcProductRepresentation representation, IfcLabel longName, IfcElementCompositionEnum compositionType, IfcCompoundPlaneAngleMeasure refLatitude, IfcCompoundPlaneAngleMeasure refLongitude, IfcLengthMeasure refElevation, IfcLabel landTitleNumber, IfcPostalAddress siteAddress)
public IfcSite(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation, IfcLabel longName, IfcElementCompositionEnum compositionType, IfcCompoundPlaneAngleMeasure refLatitude, IfcCompoundPlaneAngleMeasure refLongitude, IfcLengthMeasure refElevation, IfcLabel landTitleNumber, IfcPostalAddress siteAddress)
public void setRefLatitude(IfcCompoundPlaneAngleMeasure refLatitude)
public void setRefLongitude(IfcCompoundPlaneAngleMeasure refLongitude)
public IfcLengthMeasure getRefElevation()
public void setRefElevation(IfcLengthMeasure refElevation)
public IfcLabel getLandTitleNumber()
public void setLandTitleNumber(IfcLabel landTitleNumber)
public IfcPostalAddress getSiteAddress()
public void setSiteAddress(IfcPostalAddress siteAddress)
Copyright © 2023. All rights reserved.