public class CadGeoData extends CadBaseObject
Class describing GeoData object.
Constructor and Description |
---|
CadGeoData()
Initializes a new instance of the
CadGeoData class. |
Modifier and Type | Method and Description |
---|---|
CadBoolParameter |
getBoolFlagSpecifying()
Gets or sets the bool flag specifying.
|
CadDoubleParameter |
getCoordinateProjectionRadius()
Gets or sets the coordinate projection radius.
|
Cad3DPoint |
getCoordinateSystemCoordinatesReferencePoint()
Gets or sets the coordinate system coordinates reference point.
|
CadStringParameter |
getCoordinateSystemDefinitionString()
Gets or sets the coordinate system definition string.
|
CadShortParameter |
getDesignCoordinatesType()
Gets or sets the type of the design coordinates.
|
Cad3DPoint |
getDesignPoint()
Gets or sets the design point.
|
List<Cad2DPoint> |
getDestinationMeshPoints()
Gets or sets the destination mesh points.
|
List<CadIntParameter> |
getFacePointIndexes1()
Gets or sets the face point indexes1.
|
List<CadIntParameter> |
getFacePointIndexes2()
Gets or sets the face point indexes2.
|
List<CadIntParameter> |
getFacePointIndexes3()
Gets or sets the face point indexes3.
|
CadIntParameter |
getFacesNumber()
Gets or sets the faces number.
|
CadIntParameter |
getGeoMeshPointsNumber()
Gets or sets the geo mesh points number.
|
CadStringParameter |
getGeoRSSTag()
Gets or sets the geo RSS tag.
|
CadDoubleParameter |
getHorizontalUnitScale()
Gets or sets the horizontal unit scale.
|
CadIntParameter |
getHorizontalUnitsPerUnitsValueEnumeration()
Gets or sets the horizontal units per units value enumeration.
|
CadStringParameter |
getHostBlockTableRecord()
Gets or sets the host block table record.
|
Cad2DPoint |
getNorthDirectionVector()
Gets or sets the north direction vector.
|
CadIntParameter |
getObjectVersion()
Gets or sets the object version.
|
CadStringParameter |
getObservationCoverageTag()
Gets or sets the observation coverage tag.
|
CadStringParameter |
getObservationFromTag()
Gets or sets the observation from tag.
|
CadStringParameter |
getObservationToTag()
Gets or sets the observation to tag.
|
CadIntParameter |
getScaleEstimationMethod()
Gets or sets the scale estimation method.
|
CadDoubleParameter |
getSeaLevelElevation()
Gets or sets the sea level elevation.
|
List<Cad2DPoint> |
getSourceMeshPoints()
Gets or sets the source mesh points.
|
Cad3DPoint |
getUpDirection()
Gets or sets up direction.
|
CadDoubleParameter |
getUserSpecifiedScaleFactor()
Gets or sets the user specified scale factor.
|
CadDoubleParameter |
getVerticalUnitScale()
Gets or sets the vertical unit scale.
|
CadIntParameter |
getVerticalUnitsPerUnitsValueEnumeration()
Gets or sets the vertical units per units value enumeration.
|
void |
setBoolFlagSpecifying(CadBoolParameter value)
Gets or sets the bool flag specifying.
|
void |
setCoordinateProjectionRadius(CadDoubleParameter value)
Gets or sets the coordinate projection radius.
|
void |
setCoordinateSystemCoordinatesReferencePoint(Cad3DPoint value)
Gets or sets the coordinate system coordinates reference point.
|
void |
setCoordinateSystemDefinitionString(CadStringParameter value)
Gets or sets the coordinate system definition string.
|
void |
setDesignCoordinatesType(CadShortParameter value)
Gets or sets the type of the design coordinates.
|
void |
setDesignPoint(Cad3DPoint value)
Gets or sets the design point.
|
void |
setDestinationMeshPoints(List<Cad2DPoint> value)
Gets or sets the destination mesh points.
|
void |
setFacePointIndexes1(List<CadIntParameter> value)
Gets or sets the face point indexes1.
|
void |
setFacePointIndexes2(List<CadIntParameter> value)
Gets or sets the face point indexes2.
|
void |
setFacePointIndexes3(List<CadIntParameter> value)
Gets or sets the face point indexes3.
|
void |
setFacesNumber(CadIntParameter value)
Gets or sets the faces number.
|
void |
setGeoMeshPointsNumber(CadIntParameter value)
Gets or sets the geo mesh points number.
|
void |
setGeoRSSTag(CadStringParameter value)
Gets or sets the geo RSS tag.
|
void |
setHorizontalUnitScale(CadDoubleParameter value)
Gets or sets the horizontal unit scale.
|
void |
setHorizontalUnitsPerUnitsValueEnumeration(CadIntParameter value)
Gets or sets the horizontal units per units value enumeration.
|
void |
setHostBlockTableRecord(CadStringParameter value)
Gets or sets the host block table record.
|
void |
setNorthDirectionVector(Cad2DPoint value)
Gets or sets the north direction vector.
|
void |
setObjectVersion(CadIntParameter value)
Gets or sets the object version.
|
void |
setObservationCoverageTag(CadStringParameter value)
Gets or sets the observation coverage tag.
|
void |
setObservationFromTag(CadStringParameter value)
Gets or sets the observation from tag.
|
void |
setObservationToTag(CadStringParameter value)
Gets or sets the observation to tag.
|
void |
setScaleEstimationMethod(CadIntParameter value)
Gets or sets the scale estimation method.
|
void |
setSeaLevelElevation(CadDoubleParameter value)
Gets or sets the sea level elevation.
|
void |
setSourceMeshPoints(List<Cad2DPoint> value)
Gets or sets the source mesh points.
|
void |
setUpDirection(Cad3DPoint value)
Gets or sets up direction.
|
void |
setUserSpecifiedScaleFactor(CadDoubleParameter value)
Gets or sets the user specified scale factor.
|
void |
setVerticalUnitScale(CadDoubleParameter value)
Gets or sets the vertical unit scale.
|
void |
setVerticalUnitsPerUnitsValueEnumeration(CadIntParameter value)
Gets or sets the vertical units per units value enumeration.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadGeoData()
Initializes a new instance of the CadGeoData
class.
public CadIntParameter getObjectVersion()
Gets or sets the object version.
public void setObjectVersion(CadIntParameter value)
Gets or sets the object version.
value
- The object version.public CadShortParameter getDesignCoordinatesType()
Gets or sets the type of the design coordinates.
public void setDesignCoordinatesType(CadShortParameter value)
Gets or sets the type of the design coordinates.
value
- The type of the design coordinates.public CadStringParameter getHostBlockTableRecord()
Gets or sets the host block table record.
public void setHostBlockTableRecord(CadStringParameter value)
Gets or sets the host block table record.
value
- The host block table record.public Cad3DPoint getDesignPoint()
Gets or sets the design point.
public void setDesignPoint(Cad3DPoint value)
Gets or sets the design point.
value
- The design point.public Cad3DPoint getCoordinateSystemCoordinatesReferencePoint()
Gets or sets the coordinate system coordinates reference point.
public void setCoordinateSystemCoordinatesReferencePoint(Cad3DPoint value)
Gets or sets the coordinate system coordinates reference point.
value
- The coordinate system coordinates reference point.public Cad2DPoint getNorthDirectionVector()
Gets or sets the north direction vector.
public void setNorthDirectionVector(Cad2DPoint value)
Gets or sets the north direction vector.
value
- The north direction vector.public CadDoubleParameter getHorizontalUnitScale()
Gets or sets the horizontal unit scale.
public void setHorizontalUnitScale(CadDoubleParameter value)
Gets or sets the horizontal unit scale.
value
- The horizontal unit scale.public CadDoubleParameter getVerticalUnitScale()
Gets or sets the vertical unit scale.
public void setVerticalUnitScale(CadDoubleParameter value)
Gets or sets the vertical unit scale.
value
- The vertical unit scale.public CadIntParameter getHorizontalUnitsPerUnitsValueEnumeration()
Gets or sets the horizontal units per units value enumeration.
public void setHorizontalUnitsPerUnitsValueEnumeration(CadIntParameter value)
Gets or sets the horizontal units per units value enumeration.
value
- The horizontal units per units value enumeration.public CadIntParameter getVerticalUnitsPerUnitsValueEnumeration()
Gets or sets the vertical units per units value enumeration.
public void setVerticalUnitsPerUnitsValueEnumeration(CadIntParameter value)
Gets or sets the vertical units per units value enumeration.
value
- The vertical units per units value enumeration.public Cad3DPoint getUpDirection()
Gets or sets up direction.
public void setUpDirection(Cad3DPoint value)
Gets or sets up direction.
value
- Up direction.public CadIntParameter getScaleEstimationMethod()
Gets or sets the scale estimation method.
public void setScaleEstimationMethod(CadIntParameter value)
Gets or sets the scale estimation method.
value
- The scale estimation method.public CadBoolParameter getBoolFlagSpecifying()
Gets or sets the bool flag specifying.
public void setBoolFlagSpecifying(CadBoolParameter value)
Gets or sets the bool flag specifying.
value
- The bool flag specifying.public CadDoubleParameter getUserSpecifiedScaleFactor()
Gets or sets the user specified scale factor.
public void setUserSpecifiedScaleFactor(CadDoubleParameter value)
Gets or sets the user specified scale factor.
value
- The user specified scale factor.public CadDoubleParameter getSeaLevelElevation()
Gets or sets the sea level elevation.
public void setSeaLevelElevation(CadDoubleParameter value)
Gets or sets the sea level elevation.
value
- The sea level elevation.public CadDoubleParameter getCoordinateProjectionRadius()
Gets or sets the coordinate projection radius.
public void setCoordinateProjectionRadius(CadDoubleParameter value)
Gets or sets the coordinate projection radius.
value
- The coordinate projection radius.public CadStringParameter getCoordinateSystemDefinitionString()
Gets or sets the coordinate system definition string.
public void setCoordinateSystemDefinitionString(CadStringParameter value)
Gets or sets the coordinate system definition string.
value
- The coordinate system definition string.public CadStringParameter getGeoRSSTag()
Gets or sets the geo RSS tag.
public void setGeoRSSTag(CadStringParameter value)
Gets or sets the geo RSS tag.
value
- The geo RSS tag.public CadStringParameter getObservationFromTag()
Gets or sets the observation from tag.
public void setObservationFromTag(CadStringParameter value)
Gets or sets the observation from tag.
value
- The observation from tag.public CadStringParameter getObservationToTag()
Gets or sets the observation to tag.
public void setObservationToTag(CadStringParameter value)
Gets or sets the observation to tag.
value
- The observation to tag.public CadStringParameter getObservationCoverageTag()
Gets or sets the observation coverage tag.
public void setObservationCoverageTag(CadStringParameter value)
Gets or sets the observation coverage tag.
value
- The observation coverage tag.public CadIntParameter getGeoMeshPointsNumber()
Gets or sets the geo mesh points number.
public void setGeoMeshPointsNumber(CadIntParameter value)
Gets or sets the geo mesh points number.
value
- The geo mesh points number.public List<Cad2DPoint> getSourceMeshPoints()
Gets or sets the source mesh points.
public void setSourceMeshPoints(List<Cad2DPoint> value)
Gets or sets the source mesh points.
value
- The source mesh points.public List<Cad2DPoint> getDestinationMeshPoints()
Gets or sets the destination mesh points.
public void setDestinationMeshPoints(List<Cad2DPoint> value)
Gets or sets the destination mesh points.
value
- The destination mesh points.public CadIntParameter getFacesNumber()
Gets or sets the faces number.
public void setFacesNumber(CadIntParameter value)
Gets or sets the faces number.
value
- The faces number.public List<CadIntParameter> getFacePointIndexes1()
Gets or sets the face point indexes1.
public void setFacePointIndexes1(List<CadIntParameter> value)
Gets or sets the face point indexes1.
value
- The face point indexes1.public List<CadIntParameter> getFacePointIndexes2()
Gets or sets the face point indexes2.
public void setFacePointIndexes2(List<CadIntParameter> value)
Gets or sets the face point indexes2.
value
- The face point indexes2.public List<CadIntParameter> getFacePointIndexes3()
Gets or sets the face point indexes3.
public void setFacePointIndexes3(List<CadIntParameter> value)
Gets or sets the face point indexes3.
value
- The face point indexes3.