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