CesiumLanguageWriter.PacketCesiumWriter.OpenEllipsoidProperty C# (CSharp) 메소드

OpenEllipsoidProperty() 공개 메소드

Opens and returns the writer for the ellipsoid property. The ellipsoid property defines an ellipsoid, which is a closed quadric surface that is a three dimensional analogue of an ellipse. The ellipsoid is positioned and oriented using the position and orientation properties.
public OpenEllipsoidProperty ( ) : EllipsoidCesiumWriter
리턴 EllipsoidCesiumWriter
        public EllipsoidCesiumWriter OpenEllipsoidProperty()
        {
            return OpenAndReturn(EllipsoidWriter);
        }