Packages

 

com.aspose.cad.fileformats.cad.cadobjects

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 CadIntParameter getObjectVersion()

        Gets or sets the object version.

        Returns:
        The object version.
      • setObjectVersion

        public void setObjectVersion(CadIntParameter value)

        Gets or sets the object version.

        Parameters:
        value - The object version.
      • getDesignCoordinatesType

        public CadShortParameter getDesignCoordinatesType()

        Gets or sets the type of the design coordinates.

        Returns:
        The type of the design coordinates.
      • setDesignCoordinatesType

        public void setDesignCoordinatesType(CadShortParameter value)

        Gets or sets the type of the design coordinates.

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

        public CadStringParameter getHostBlockTableRecord()

        Gets or sets the host block table record.

        Returns:
        The host block table record.
      • setHostBlockTableRecord

        public void setHostBlockTableRecord(CadStringParameter value)

        Gets or sets the host block table record.

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

        public Cad3DPoint getDesignPoint()

        Gets or sets the design point.

        Returns:
        The design point.
      • setDesignPoint

        public void setDesignPoint(Cad3DPoint value)

        Gets or sets the design point.

        Parameters:
        value - The design point.
      • getCoordinateSystemCoordinatesReferencePoint

        public Cad3DPoint getCoordinateSystemCoordinatesReferencePoint()

        Gets or sets the coordinate system coordinates reference point.

        Returns:
        The coordinate system coordinates reference point.
      • setCoordinateSystemCoordinatesReferencePoint

        public void setCoordinateSystemCoordinatesReferencePoint(Cad3DPoint value)

        Gets or sets the coordinate system coordinates reference point.

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

        public Cad2DPoint getNorthDirectionVector()

        Gets or sets the north direction vector.

        Returns:
        The north direction vector.
      • setNorthDirectionVector

        public void setNorthDirectionVector(Cad2DPoint value)

        Gets or sets the north direction vector.

        Parameters:
        value - The north direction vector.
      • getHorizontalUnitScale

        public CadDoubleParameter getHorizontalUnitScale()

        Gets or sets the horizontal unit scale.

        Returns:
        The horizontal unit scale.
      • setHorizontalUnitScale

        public void setHorizontalUnitScale(CadDoubleParameter value)

        Gets or sets the horizontal unit scale.

        Parameters:
        value - The horizontal unit scale.
      • getVerticalUnitScale

        public CadDoubleParameter getVerticalUnitScale()

        Gets or sets the vertical unit scale.

        Returns:
        The vertical unit scale.
      • setVerticalUnitScale

        public void setVerticalUnitScale(CadDoubleParameter value)

        Gets or sets the vertical unit scale.

        Parameters:
        value - The vertical unit scale.
      • getHorizontalUnitsPerUnitsValueEnumeration

        public CadIntParameter getHorizontalUnitsPerUnitsValueEnumeration()

        Gets or sets the horizontal units per units value enumeration.

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

        public void setHorizontalUnitsPerUnitsValueEnumeration(CadIntParameter value)

        Gets or sets the horizontal units per units value enumeration.

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

        public CadIntParameter getVerticalUnitsPerUnitsValueEnumeration()

        Gets or sets the vertical units per units value enumeration.

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

        public void setVerticalUnitsPerUnitsValueEnumeration(CadIntParameter value)

        Gets or sets the vertical units per units value enumeration.

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

        public Cad3DPoint getUpDirection()

        Gets or sets up direction.

        Returns:
        Up direction.
      • setUpDirection

        public void setUpDirection(Cad3DPoint value)

        Gets or sets up direction.

        Parameters:
        value - Up direction.
      • getScaleEstimationMethod

        public CadIntParameter getScaleEstimationMethod()

        Gets or sets the scale estimation method.

        Returns:
        The scale estimation method.
      • setScaleEstimationMethod

        public void setScaleEstimationMethod(CadIntParameter value)

        Gets or sets the scale estimation method.

        Parameters:
        value - The scale estimation method.
      • getBoolFlagSpecifying

        public CadBoolParameter getBoolFlagSpecifying()

        Gets or sets the bool flag specifying.

        Returns:
        The bool flag specifying.
      • setBoolFlagSpecifying

        public void setBoolFlagSpecifying(CadBoolParameter value)

        Gets or sets the bool flag specifying.

        Parameters:
        value - The bool flag specifying.
      • getUserSpecifiedScaleFactor

        public CadDoubleParameter getUserSpecifiedScaleFactor()

        Gets or sets the user specified scale factor.

        Returns:
        The user specified scale factor.
      • setUserSpecifiedScaleFactor

        public void setUserSpecifiedScaleFactor(CadDoubleParameter value)

        Gets or sets the user specified scale factor.

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

        public CadDoubleParameter getSeaLevelElevation()

        Gets or sets the sea level elevation.

        Returns:
        The sea level elevation.
      • setSeaLevelElevation

        public void setSeaLevelElevation(CadDoubleParameter value)

        Gets or sets the sea level elevation.

        Parameters:
        value - The sea level elevation.
      • getCoordinateProjectionRadius

        public CadDoubleParameter getCoordinateProjectionRadius()

        Gets or sets the coordinate projection radius.

        Returns:
        The coordinate projection radius.
      • setCoordinateProjectionRadius

        public void setCoordinateProjectionRadius(CadDoubleParameter value)

        Gets or sets the coordinate projection radius.

        Parameters:
        value - The coordinate projection radius.
      • getCoordinateSystemDefinitionString

        public CadStringParameter getCoordinateSystemDefinitionString()

        Gets or sets the coordinate system definition string.

        Returns:
        The coordinate system definition string.
      • setCoordinateSystemDefinitionString

        public void setCoordinateSystemDefinitionString(CadStringParameter value)

        Gets or sets the coordinate system definition string.

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

        public CadStringParameter getGeoRSSTag()

        Gets or sets the geo RSS tag.

        Returns:
        The geo RSS tag.
      • setGeoRSSTag

        public void setGeoRSSTag(CadStringParameter value)

        Gets or sets the geo RSS tag.

        Parameters:
        value - The geo RSS tag.
      • getObservationFromTag

        public CadStringParameter getObservationFromTag()

        Gets or sets the observation from tag.

        Returns:
        The observation from tag.
      • setObservationFromTag

        public void setObservationFromTag(CadStringParameter value)

        Gets or sets the observation from tag.

        Parameters:
        value - The observation from tag.
      • getObservationToTag

        public CadStringParameter getObservationToTag()

        Gets or sets the observation to tag.

        Returns:
        The observation to tag.
      • setObservationToTag

        public void setObservationToTag(CadStringParameter value)

        Gets or sets the observation to tag.

        Parameters:
        value - The observation to tag.
      • getObservationCoverageTag

        public CadStringParameter getObservationCoverageTag()

        Gets or sets the observation coverage tag.

        Returns:
        The observation coverage tag.
      • setObservationCoverageTag

        public void setObservationCoverageTag(CadStringParameter value)

        Gets or sets the observation coverage tag.

        Parameters:
        value - The observation coverage tag.
      • getGeoMeshPointsNumber

        public CadIntParameter getGeoMeshPointsNumber()

        Gets or sets the geo mesh points number.

        Returns:
        The geo mesh points number.
      • setGeoMeshPointsNumber

        public void setGeoMeshPointsNumber(CadIntParameter value)

        Gets or sets the geo mesh points number.

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

        public List<Cad2DPoint> getSourceMeshPoints()

        Gets or sets the source mesh points.

        Returns:
        The source mesh points.
      • setSourceMeshPoints

        public void setSourceMeshPoints(List<Cad2DPoint> value)

        Gets or sets the source mesh points.

        Parameters:
        value - The source mesh points.
      • getDestinationMeshPoints

        public List<Cad2DPoint> getDestinationMeshPoints()

        Gets or sets the destination mesh points.

        Returns:
        The destination mesh points.
      • setDestinationMeshPoints

        public void setDestinationMeshPoints(List<Cad2DPoint> value)

        Gets or sets the destination mesh points.

        Parameters:
        value - The destination mesh points.
      • getFacesNumber

        public CadIntParameter getFacesNumber()

        Gets or sets the faces number.

        Returns:
        The faces number.
      • setFacesNumber

        public void setFacesNumber(CadIntParameter value)

        Gets or sets the faces number.

        Parameters:
        value - The faces number.
      • getFacePointIndexes1

        public List<CadIntParameter> getFacePointIndexes1()

        Gets or sets the face point indexes1.

        Returns:
        The face point indexes1.
      • setFacePointIndexes1

        public void setFacePointIndexes1(List<CadIntParameter> value)

        Gets or sets the face point indexes1.

        Parameters:
        value - The face point indexes1.
      • getFacePointIndexes2

        public List<CadIntParameter> getFacePointIndexes2()

        Gets or sets the face point indexes2.

        Returns:
        The face point indexes2.
      • setFacePointIndexes2

        public void setFacePointIndexes2(List<CadIntParameter> value)

        Gets or sets the face point indexes2.

        Parameters:
        value - The face point indexes2.
      • getFacePointIndexes3

        public List<CadIntParameter> getFacePointIndexes3()

        Gets or sets the face point indexes3.

        Returns:
        The face point indexes3.
      • setFacePointIndexes3

        public void setFacePointIndexes3(List<CadIntParameter> value)

        Gets or sets the face point indexes3.

        Parameters:
        value - The face point indexes3.