CadGeoData
Inheritance: java.lang.Object, CadBaseObject
Class describing GeoData object.
Constructors
| Constructor | Description |
|---|---|
| CadGeoData() | Initializes a new instance of the CadGeoData class. |
Methods
| Method | Description |
|---|---|
| getObjectVersion() | Gets or sets the object version. |
| setObjectVersion(int value) | Gets or sets the object version. |
| getDesignCoordinatesType() | Gets or sets the type of the design coordinates. |
| setDesignCoordinatesType(short value) | Gets or sets the type of the design coordinates. |
| getHostBlockTableRecord() | Gets or sets the host block table record. |
| setHostBlockTableRecord(String value) | Gets or sets the host block table record. |
| getDesignPoint() | Gets or sets the design point. |
| setDesignPoint(Cad3DPoint value) | Gets or sets the design point. |
| getCoordinateSystemCoordinatesReferencePoint() | Gets or sets the coordinate system coordinates reference point. |
| setCoordinateSystemCoordinatesReferencePoint(Cad3DPoint value) | Gets or sets the coordinate system coordinates reference point. |
| getNorthDirectionVector() | Gets or sets the north direction vector. |
| setNorthDirectionVector(Cad2DPoint value) | Gets or sets the north direction vector. |
| getHorizontalUnitScale() | Gets or sets the horizontal unit scale. |
| setHorizontalUnitScale(double value) | Gets or sets the horizontal unit scale. |
| getVerticalUnitScale() | Gets or sets the vertical unit scale. |
| setVerticalUnitScale(double value) | Gets or sets the vertical unit scale. |
| getHorizontalUnitsPerUnitsValueEnumeration() | Gets or sets the horizontal units per units value enumeration. |
| setHorizontalUnitsPerUnitsValueEnumeration(int value) | Gets or sets the horizontal units per units value enumeration. |
| getVerticalUnitsPerUnitsValueEnumeration() | Gets or sets the vertical units per units value enumeration. |
| setVerticalUnitsPerUnitsValueEnumeration(int value) | Gets or sets the vertical units per units value enumeration. |
| getUpDirection() | Gets or sets up direction. |
| setUpDirection(Cad3DPoint value) | Gets or sets up direction. |
| getScaleEstimationMethod() | Gets or sets the scale estimation method. |
| setScaleEstimationMethod(int value) | Gets or sets the scale estimation method. |
| getBoolFlagSpecifying() | Gets or sets the bool flag specifying. |
| setBoolFlagSpecifying(boolean value) | Gets or sets the bool flag specifying. |
| getUserSpecifiedScaleFactor() | Gets or sets the user specified scale factor. |
| setUserSpecifiedScaleFactor(double value) | Gets or sets the user specified scale factor. |
| getSeaLevelElevation() | Gets or sets the sea level elevation. |
| setSeaLevelElevation(double value) | Gets or sets the sea level elevation. |
| getCoordinateProjectionRadius() | Gets or sets the coordinate projection radius. |
| setCoordinateProjectionRadius(double value) | Gets or sets the coordinate projection radius. |
| getCoordinateSystemDefinitionString() | Gets or sets the coordinate system definition string. |
| setCoordinateSystemDefinitionString(String value) | Gets or sets the coordinate system definition string. |
| getGeoRSSTag() | Gets or sets the geo RSS tag. |
| setGeoRSSTag(String value) | Gets or sets the geo RSS tag. |
| getObservationFromTag() | Gets or sets the observation from tag. |
| setObservationFromTag(String value) | Gets or sets the observation from tag. |
| getObservationToTag() | Gets or sets the observation to tag. |
| setObservationToTag(String value) | Gets or sets the observation to tag. |
| getObservationCoverageTag() | Gets or sets the observation coverage tag. |
| setObservationCoverageTag(String value) | Gets or sets the observation coverage tag. |
| getGeoMeshPointsNumber() | Gets or sets the geo mesh points number. |
| setGeoMeshPointsNumber(int value) | Gets or sets the geo mesh points number. |
| getSourceMeshPoints() | Gets or sets the source mesh points. |
| setSourceMeshPoints(List | Gets or sets the source mesh points. |
| getDestinationMeshPoints() | Gets or sets the destination mesh points. |
| setDestinationMeshPoints(List | Gets or sets the destination mesh points. |
| getFacesNumber() | Gets or sets the faces number. |
| setFacesNumber(int value) | Gets or sets the faces number. |
| getFacePointIndexes1() | Gets or sets the face point indexes1. |
| setFacePointIndexes1(List | Gets or sets the face point indexes1. |
| getFacePointIndexes2() | Gets or sets the face point indexes2. |
| setFacePointIndexes2(List | Gets or sets the face point indexes2. |
| getFacePointIndexes3() | Gets or sets the face point indexes3. |
| setFacePointIndexes3(List | Gets or sets the face point indexes3. |
CadGeoData()
public CadGeoData()
Initializes a new instance of the CadGeoData class.
getObjectVersion()
public final int getObjectVersion()
Gets or sets the object version.
Returns: int - The object version.
setObjectVersion(int value)
public final void setObjectVersion(int value)
Gets or sets the object version.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The object version. |
getDesignCoordinatesType()
public final short getDesignCoordinatesType()
Gets or sets the type of the design coordinates.
Returns: short - The type of the design coordinates.
setDesignCoordinatesType(short value)
public final void setDesignCoordinatesType(short value)
Gets or sets the type of the design coordinates.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The type of the design coordinates. |
getHostBlockTableRecord()
public final String getHostBlockTableRecord()
Gets or sets the host block table record.
Returns: String - The host block table record.
setHostBlockTableRecord(String value)
public final void setHostBlockTableRecord(String value)
Gets or sets the host block table record.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The host block table record. |
getDesignPoint()
public final Cad3DPoint getDesignPoint()
Gets or sets the design point.
Returns: Cad3DPoint - The design point.
setDesignPoint(Cad3DPoint value)
public final void setDesignPoint(Cad3DPoint value)
Gets or sets the design point.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The design point. |
getCoordinateSystemCoordinatesReferencePoint()
public final Cad3DPoint getCoordinateSystemCoordinatesReferencePoint()
Gets or sets the coordinate system coordinates reference point.
Returns: Cad3DPoint - The coordinate system coordinates reference point.
setCoordinateSystemCoordinatesReferencePoint(Cad3DPoint value)
public final void setCoordinateSystemCoordinatesReferencePoint(Cad3DPoint value)
Gets or sets the coordinate system coordinates reference point.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The coordinate system coordinates reference point. |
getNorthDirectionVector()
public final Cad2DPoint getNorthDirectionVector()
Gets or sets the north direction vector.
Returns: Cad2DPoint - The north direction vector.
setNorthDirectionVector(Cad2DPoint value)
public final void setNorthDirectionVector(Cad2DPoint value)
Gets or sets the north direction vector.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad2DPoint | The north direction vector. |
getHorizontalUnitScale()
public final double getHorizontalUnitScale()
Gets or sets the horizontal unit scale.
Returns: double - The horizontal unit scale.
setHorizontalUnitScale(double value)
public final void setHorizontalUnitScale(double value)
Gets or sets the horizontal unit scale.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The horizontal unit scale. |
getVerticalUnitScale()
public final double getVerticalUnitScale()
Gets or sets the vertical unit scale.
Returns: double - The vertical unit scale.
setVerticalUnitScale(double value)
public final void setVerticalUnitScale(double value)
Gets or sets the vertical unit scale.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The vertical unit scale. |
getHorizontalUnitsPerUnitsValueEnumeration()
public final int getHorizontalUnitsPerUnitsValueEnumeration()
Gets or sets the horizontal units per units value enumeration.
Returns: int - The horizontal units per units value enumeration.
setHorizontalUnitsPerUnitsValueEnumeration(int value)
public final void setHorizontalUnitsPerUnitsValueEnumeration(int value)
Gets or sets the horizontal units per units value enumeration.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The horizontal units per units value enumeration. |
getVerticalUnitsPerUnitsValueEnumeration()
public final int getVerticalUnitsPerUnitsValueEnumeration()
Gets or sets the vertical units per units value enumeration.
Returns: int - The vertical units per units value enumeration.
setVerticalUnitsPerUnitsValueEnumeration(int value)
public final void setVerticalUnitsPerUnitsValueEnumeration(int value)
Gets or sets the vertical units per units value enumeration.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The vertical units per units value enumeration. |
getUpDirection()
public final Cad3DPoint getUpDirection()
Gets or sets up direction.
Returns: Cad3DPoint - Up direction.
setUpDirection(Cad3DPoint value)
public final void setUpDirection(Cad3DPoint value)
Gets or sets up direction.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | Up direction. |
getScaleEstimationMethod()
public final int getScaleEstimationMethod()
Gets or sets the scale estimation method.
Returns: int - The scale estimation method.
setScaleEstimationMethod(int value)
public final void setScaleEstimationMethod(int value)
Gets or sets the scale estimation method.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The scale estimation method. |
getBoolFlagSpecifying()
public final boolean getBoolFlagSpecifying()
Gets or sets the bool flag specifying.
Returns: boolean - The bool flag specifying.
setBoolFlagSpecifying(boolean value)
public final void setBoolFlagSpecifying(boolean value)
Gets or sets the bool flag specifying.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | The bool flag specifying. |
getUserSpecifiedScaleFactor()
public final double getUserSpecifiedScaleFactor()
Gets or sets the user specified scale factor.
Returns: double - The user specified scale factor.
setUserSpecifiedScaleFactor(double value)
public final void setUserSpecifiedScaleFactor(double value)
Gets or sets the user specified scale factor.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The user specified scale factor. |
getSeaLevelElevation()
public final double getSeaLevelElevation()
Gets or sets the sea level elevation.
Returns: double - The sea level elevation.
setSeaLevelElevation(double value)
public final void setSeaLevelElevation(double value)
Gets or sets the sea level elevation.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The sea level elevation. |
getCoordinateProjectionRadius()
public final double getCoordinateProjectionRadius()
Gets or sets the coordinate projection radius.
Returns: double - The coordinate projection radius.
setCoordinateProjectionRadius(double value)
public final void setCoordinateProjectionRadius(double value)
Gets or sets the coordinate projection radius.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The coordinate projection radius. |
getCoordinateSystemDefinitionString()
public final String getCoordinateSystemDefinitionString()
Gets or sets the coordinate system definition string.
Returns: String - The coordinate system definition string.
setCoordinateSystemDefinitionString(String value)
public final void setCoordinateSystemDefinitionString(String value)
Gets or sets the coordinate system definition string.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The coordinate system definition string. |
getGeoRSSTag()
public final String getGeoRSSTag()
Gets or sets the geo RSS tag.
Returns: String - The geo RSS tag.
setGeoRSSTag(String value)
public final void setGeoRSSTag(String value)
Gets or sets the geo RSS tag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The geo RSS tag. |
getObservationFromTag()
public final String getObservationFromTag()
Gets or sets the observation from tag.
Returns: String - The observation from tag.
setObservationFromTag(String value)
public final void setObservationFromTag(String value)
Gets or sets the observation from tag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The observation from tag. |
getObservationToTag()
public final String getObservationToTag()
Gets or sets the observation to tag.
Returns: String - The observation to tag.
setObservationToTag(String value)
public final void setObservationToTag(String value)
Gets or sets the observation to tag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The observation to tag. |
getObservationCoverageTag()
public final String getObservationCoverageTag()
Gets or sets the observation coverage tag.
Returns: String - The observation coverage tag.
setObservationCoverageTag(String value)
public final void setObservationCoverageTag(String value)
Gets or sets the observation coverage tag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The observation coverage tag. |
getGeoMeshPointsNumber()
public final int getGeoMeshPointsNumber()
Gets or sets the geo mesh points number.
Returns: int - The geo mesh points number.
setGeoMeshPointsNumber(int value)
public final void setGeoMeshPointsNumber(int value)
Gets or sets the geo mesh points number.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The geo mesh points number. |
getSourceMeshPoints()
public final List<Cad2DPoint> getSourceMeshPoints()
Gets or sets the source mesh points.
Returns: List
setSourceMeshPoints(List value)
public final void setSourceMeshPoints(List<Cad2DPoint> value)
Gets or sets the source mesh points.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The source mesh points. |
getDestinationMeshPoints()
public final List<Cad2DPoint> getDestinationMeshPoints()
Gets or sets the destination mesh points.
Returns: List
setDestinationMeshPoints(List value)
public final void setDestinationMeshPoints(List<Cad2DPoint> value)
Gets or sets the destination mesh points.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The destination mesh points. |
getFacesNumber()
public final int getFacesNumber()
Gets or sets the faces number.
Returns: int - The faces number.
setFacesNumber(int value)
public final void setFacesNumber(int value)
Gets or sets the faces number.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The faces number. |
getFacePointIndexes1()
public final List<Integer> getFacePointIndexes1()
Gets or sets the face point indexes1.
Returns: List
setFacePointIndexes1(List value)
public final void setFacePointIndexes1(List<Integer> value)
Gets or sets the face point indexes1.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The face point indexes1. |
getFacePointIndexes2()
public final List<Integer> getFacePointIndexes2()
Gets or sets the face point indexes2.
Returns: List
setFacePointIndexes2(List value)
public final void setFacePointIndexes2(List<Integer> value)
Gets or sets the face point indexes2.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The face point indexes2. |
getFacePointIndexes3()
public final List<Integer> getFacePointIndexes3()
Gets or sets the face point indexes3.
Returns: List
setFacePointIndexes3(List value)
public final void setFacePointIndexes3(List<Integer> value)
Gets or sets the face point indexes3.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The face point indexes3. |