Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadGeoData



  • public class CadGeoData
    extends CadBaseObject

    Class describing GeoData object.

    • Constructor Detail

      • CadGeoData

        public CadGeoData()

        Initializes a new instance of the CadGeoData class.

    • Method Detail

      • getObjectVersion

        public final int getObjectVersion()

        Gets or sets the object version.

        Returns:
        The object version.
      • setObjectVersion

        public final void setObjectVersion(int value)

        Gets or sets the object version.

        Parameters:
        value - The object version.
      • getDesignCoordinatesType

        public final short getDesignCoordinatesType()

        Gets or sets the type of the design coordinates.

        Returns:
        The type of the design coordinates.
      • setDesignCoordinatesType

        public final void setDesignCoordinatesType(short value)

        Gets or sets the type of the design coordinates.

        Parameters:
        value - The type of the design coordinates.
      • getHostBlockTableRecord

        public final String getHostBlockTableRecord()

        Gets or sets the host block table record.

        Returns:
        The host block table record.
      • setHostBlockTableRecord

        public final void setHostBlockTableRecord(String value)

        Gets or sets the host block table record.

        Parameters:
        value - The host block table record.
      • getDesignPoint

        public final Cad3DPoint getDesignPoint()

        Gets or sets the design point.

        Returns:
        The design point.
      • setDesignPoint

        public final void setDesignPoint(Cad3DPoint value)

        Gets or sets the design point.

        Parameters:
        value - The design point.
      • getCoordinateSystemCoordinatesReferencePoint

        public final Cad3DPoint getCoordinateSystemCoordinatesReferencePoint()

        Gets or sets the coordinate system coordinates reference point.

        Returns:
        The coordinate system coordinates reference point.
      • setCoordinateSystemCoordinatesReferencePoint

        public final void setCoordinateSystemCoordinatesReferencePoint(Cad3DPoint value)

        Gets or sets the coordinate system coordinates reference point.

        Parameters:
        value - The coordinate system coordinates reference point.
      • getNorthDirectionVector

        public final Cad2DPoint getNorthDirectionVector()

        Gets or sets the north direction vector.

        Returns:
        The north direction vector.
      • setNorthDirectionVector

        public final void setNorthDirectionVector(Cad2DPoint value)

        Gets or sets the north direction vector.

        Parameters:
        value - The north direction vector.
      • getHorizontalUnitScale

        public final double getHorizontalUnitScale()

        Gets or sets the horizontal unit scale.

        Returns:
        The horizontal unit scale.
      • setHorizontalUnitScale

        public final void setHorizontalUnitScale(double value)

        Gets or sets the horizontal unit scale.

        Parameters:
        value - The horizontal unit scale.
      • getVerticalUnitScale

        public final double getVerticalUnitScale()

        Gets or sets the vertical unit scale.

        Returns:
        The vertical unit scale.
      • setVerticalUnitScale

        public final void setVerticalUnitScale(double value)

        Gets or sets the vertical unit scale.

        Parameters:
        value - The vertical unit scale.
      • getHorizontalUnitsPerUnitsValueEnumeration

        public final int getHorizontalUnitsPerUnitsValueEnumeration()

        Gets or sets the horizontal units per units value enumeration.

        Returns:
        The horizontal units per units value enumeration.
      • setHorizontalUnitsPerUnitsValueEnumeration

        public final void setHorizontalUnitsPerUnitsValueEnumeration(int value)

        Gets or sets the horizontal units per units value enumeration.

        Parameters:
        value - The horizontal units per units value enumeration.
      • getVerticalUnitsPerUnitsValueEnumeration

        public final int getVerticalUnitsPerUnitsValueEnumeration()

        Gets or sets the vertical units per units value enumeration.

        Returns:
        The vertical units per units value enumeration.
      • setVerticalUnitsPerUnitsValueEnumeration

        public final void setVerticalUnitsPerUnitsValueEnumeration(int value)

        Gets or sets the vertical units per units value enumeration.

        Parameters:
        value - The vertical units per units value enumeration.
      • getUpDirection

        public final Cad3DPoint getUpDirection()

        Gets or sets up direction.

        Returns:
        Up direction.
      • setUpDirection

        public final void setUpDirection(Cad3DPoint value)

        Gets or sets up direction.

        Parameters:
        value - Up direction.
      • getScaleEstimationMethod

        public final int getScaleEstimationMethod()

        Gets or sets the scale estimation method.

        Returns:
        The scale estimation method.
      • setScaleEstimationMethod

        public final void setScaleEstimationMethod(int value)

        Gets or sets the scale estimation method.

        Parameters:
        value - The scale estimation method.
      • getBoolFlagSpecifying

        public final boolean getBoolFlagSpecifying()

        Gets or sets the bool flag specifying.

        Returns:
        The bool flag specifying.
      • setBoolFlagSpecifying

        public final void setBoolFlagSpecifying(boolean value)

        Gets or sets the bool flag specifying.

        Parameters:
        value - The bool flag specifying.
      • getUserSpecifiedScaleFactor

        public final double getUserSpecifiedScaleFactor()

        Gets or sets the user specified scale factor.

        Returns:
        The user specified scale factor.
      • setUserSpecifiedScaleFactor

        public final void setUserSpecifiedScaleFactor(double value)

        Gets or sets the user specified scale factor.

        Parameters:
        value - The user specified scale factor.
      • getSeaLevelElevation

        public final double getSeaLevelElevation()

        Gets or sets the sea level elevation.

        Returns:
        The sea level elevation.
      • setSeaLevelElevation

        public final void setSeaLevelElevation(double value)

        Gets or sets the sea level elevation.

        Parameters:
        value - The sea level elevation.
      • getCoordinateProjectionRadius

        public final double getCoordinateProjectionRadius()

        Gets or sets the coordinate projection radius.

        Returns:
        The coordinate projection radius.
      • setCoordinateProjectionRadius

        public final void setCoordinateProjectionRadius(double value)

        Gets or sets the coordinate projection radius.

        Parameters:
        value - The coordinate projection radius.
      • getCoordinateSystemDefinitionString

        public final String getCoordinateSystemDefinitionString()

        Gets or sets the coordinate system definition string.

        Returns:
        The coordinate system definition string.
      • setCoordinateSystemDefinitionString

        public final void setCoordinateSystemDefinitionString(String value)

        Gets or sets the coordinate system definition string.

        Parameters:
        value - The coordinate system definition string.
      • getGeoRSSTag

        public final String getGeoRSSTag()

        Gets or sets the geo RSS tag.

        Returns:
        The geo RSS tag.
      • setGeoRSSTag

        public final void setGeoRSSTag(String value)

        Gets or sets the geo RSS tag.

        Parameters:
        value - The geo RSS tag.
      • getObservationFromTag

        public final String getObservationFromTag()

        Gets or sets the observation from tag.

        Returns:
        The observation from tag.
      • setObservationFromTag

        public final void setObservationFromTag(String value)

        Gets or sets the observation from tag.

        Parameters:
        value - The observation from tag.
      • getObservationToTag

        public final String getObservationToTag()

        Gets or sets the observation to tag.

        Returns:
        The observation to tag.
      • setObservationToTag

        public final void setObservationToTag(String value)

        Gets or sets the observation to tag.

        Parameters:
        value - The observation to tag.
      • getObservationCoverageTag

        public final String getObservationCoverageTag()

        Gets or sets the observation coverage tag.

        Returns:
        The observation coverage tag.
      • setObservationCoverageTag

        public final void setObservationCoverageTag(String value)

        Gets or sets the observation coverage tag.

        Parameters:
        value - The observation coverage tag.
      • getGeoMeshPointsNumber

        public final int getGeoMeshPointsNumber()

        Gets or sets the geo mesh points number.

        Returns:
        The geo mesh points number.
      • setGeoMeshPointsNumber

        public final void setGeoMeshPointsNumber(int value)

        Gets or sets the geo mesh points number.

        Parameters:
        value - The geo mesh points number.
      • getSourceMeshPoints

        public final List<Cad2DPoint> getSourceMeshPoints()

        Gets or sets the source mesh points.

        Returns:
        The source mesh points.
      • setSourceMeshPoints

        public final void setSourceMeshPoints(List<Cad2DPoint> value)

        Gets or sets the source mesh points.

        Parameters:
        value - The source mesh points.
      • getDestinationMeshPoints

        public final List<Cad2DPoint> getDestinationMeshPoints()

        Gets or sets the destination mesh points.

        Returns:
        The destination mesh points.
      • setDestinationMeshPoints

        public final void setDestinationMeshPoints(List<Cad2DPoint> value)

        Gets or sets the destination mesh points.

        Parameters:
        value - The destination mesh points.
      • getFacesNumber

        public final int getFacesNumber()

        Gets or sets the faces number.

        Returns:
        The faces number.
      • setFacesNumber

        public final void setFacesNumber(int value)

        Gets or sets the faces number.

        Parameters:
        value - The faces number.
      • getFacePointIndexes1

        public final List<Integer> getFacePointIndexes1()

        Gets or sets the face point indexes1.

        Returns:
        The face point indexes1.
      • setFacePointIndexes1

        public final void setFacePointIndexes1(List<Integer> value)

        Gets or sets the face point indexes1.

        Parameters:
        value - The face point indexes1.
      • getFacePointIndexes2

        public final List<Integer> getFacePointIndexes2()

        Gets or sets the face point indexes2.

        Returns:
        The face point indexes2.
      • setFacePointIndexes2

        public final void setFacePointIndexes2(List<Integer> value)

        Gets or sets the face point indexes2.

        Parameters:
        value - The face point indexes2.
      • getFacePointIndexes3

        public final List<Integer> getFacePointIndexes3()

        Gets or sets the face point indexes3.

        Returns:
        The face point indexes3.
      • setFacePointIndexes3

        public final void setFacePointIndexes3(List<Integer> value)

        Gets or sets the face point indexes3.

        Parameters:
        value - The face point indexes3.