在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#文件解析和处理 → MeteoInfolib类库的C#版本

MeteoInfolib类库的C#版本

C#文件解析和处理

下载此实例
  • 开发语言:C#
  • 实例大小:7.25M
  • 下载次数:22
  • 浏览次数:180
  • 发布时间:2022-10-18
  • 实例类别:C#文件解析和处理
  • 发 布 人:tula32
  • 文件格式:.zip
  • 所需积分:2
 相关标签: lib ET 版本 ib C#

实例介绍

【实例简介】MeteoInfolib类库的C#版本

【实例截图】

from clipboard

【核心代码】

.
├── MeteoInfoLib_CSharp-master
│   ├── MeteoInfoDLL
│   │   ├── Analysis
│   │   │   ├── BaseStatistics.cs
│   │   │   └── Clustering.cs
│   │   ├── Data
│   │   │   ├── Bytes2Number.cs
│   │   │   ├── DataMath.cs
│   │   │   ├── GridData.cs
│   │   │   ├── MapData
│   │   │   │   ├── AttributeTable.cs
│   │   │   │   ├── AttributeTableOld.cs
│   │   │   │   ├── Field.cs
│   │   │   │   ├── FieldDataTypes.cs
│   │   │   │   ├── MapDataManage.cs
│   │   │   │   ├── NumberConverter.cs
│   │   │   │   ├── NumberException.cs
│   │   │   │   ├── ShapeFile.cs
│   │   │   │   ├── ShapeFileManage.cs
│   │   │   │   ├── ShapeFileType.cs
│   │   │   │   ├── Shape_Point.cs
│   │   │   │   ├── Shape_Polygon.cs
│   │   │   │   ├── Shape_Polyline.cs
│   │   │   │   ├── frmAddField.Designer.cs
│   │   │   │   ├── frmAddField.cs
│   │   │   │   ├── frmAddField.resx
│   │   │   │   ├── frmAddField.zh-CHS.resx
│   │   │   │   ├── frmAttriData.Designer.cs
│   │   │   │   ├── frmAttriData.cs
│   │   │   │   ├── frmAttriData.resx
│   │   │   │   ├── frmAttriData.zh-CHS.resx
│   │   │   │   ├── frmInputBox.Designer.cs
│   │   │   │   ├── frmInputBox.cs
│   │   │   │   ├── frmInputBox.resx
│   │   │   │   └── frmInputBox.zh-CHS.resx
│   │   │   ├── MeteoData
│   │   │   │   ├── ARLData
│   │   │   │   │   ├── ARLDataInfo.cs
│   │   │   │   │   ├── ARLMeteoData.cs
│   │   │   │   │   ├── ARLVAR.cs
│   │   │   │   │   ├── DataHead.cs
│   │   │   │   │   └── DataLabel.cs
│   │   │   │   ├── ASCIIData
│   │   │   │   │   ├── ASCIIGRIDDataInfo.cs
│   │   │   │   │   ├── ISHDataInfo.cs
│   │   │   │   │   ├── LonLatStationDataInfo.cs
│   │   │   │   │   └── SurferGridDataInfo.cs
│   │   │   │   ├── AWXData
│   │   │   │   │   └── AWXDataInfo.cs
│   │   │   │   ├── DataInfo.cs
│   │   │   │   ├── Dimension.cs
│   │   │   │   ├── DimensionType.cs
│   │   │   │   ├── DrawMeteoData.cs
│   │   │   │   ├── GRIB
│   │   │   │   │   ├── GRIB1
│   │   │   │   │   │   ├── GRIB1BinaryDataSection.cs
│   │   │   │   │   │   ├── GRIB1BitMapSection.cs
│   │   │   │   │   │   ├── GRIB1DataInfo.cs
│   │   │   │   │   │   ├── GRIB1GridDefineSection.cs
│   │   │   │   │   │   ├── GRIB1IndicatorSection.cs
│   │   │   │   │   │   ├── GRIB1Message.cs
│   │   │   │   │   │   ├── GRIB1MessageIndex.cs
│   │   │   │   │   │   ├── GRIB1ProductDefineSection.cs
│   │   │   │   │   │   └── GRIB1Tables.cs
│   │   │   │   │   ├── GRIB2
│   │   │   │   │   │   ├── Category.cs
│   │   │   │   │   │   ├── Discipline.cs
│   │   │   │   │   │   ├── GRIB2BitMapSection.cs
│   │   │   │   │   │   ├── GRIB2DataInfo.cs
│   │   │   │   │   │   ├── GRIB2DataRepresentationSection.cs
│   │   │   │   │   │   ├── GRIB2DataSection.cs
│   │   │   │   │   │   ├── GRIB2GridDefinitionSection.cs
│   │   │   │   │   │   ├── GRIB2IdentificationSection.cs
│   │   │   │   │   │   ├── GRIB2IndicatorSection.cs
│   │   │   │   │   │   ├── GRIB2JpegDecoder.cs
│   │   │   │   │   │   ├── GRIB2LocalUseSection.cs
│   │   │   │   │   │   ├── GRIB2Message.cs
│   │   │   │   │   │   ├── GRIB2MessageIndex.cs
│   │   │   │   │   │   ├── GRIB2ParameterTable.cs
│   │   │   │   │   │   ├── GRIB2ProductDefinitionSection.cs
│   │   │   │   │   │   ├── GRIB2Tables.cs
│   │   │   │   │   │   └── grib2Parameters.xml
│   │   │   │   │   ├── GRIBData.cs
│   │   │   │   │   ├── GRIBParameterTable.cs
│   │   │   │   │   └── Parameter.cs
│   │   │   │   ├── GeoTiff
│   │   │   │   │   ├── FieldType.cs
│   │   │   │   │   ├── GeoHeader.cs
│   │   │   │   │   ├── GeoTiffDataInfo.cs
│   │   │   │   │   ├── IDFEntry.cs
│   │   │   │   │   ├── KeyEntry.cs
│   │   │   │   │   └── Tag.cs
│   │   │   │   ├── GrADSData
│   │   │   │   │   ├── GrADSDataInfo.cs
│   │   │   │   │   ├── Options.cs
│   │   │   │   │   ├── PDEFS.cs
│   │   │   │   │   ├── PDEF_LCC.cs
│   │   │   │   │   ├── STData.cs
│   │   │   │   │   ├── STDataHead.cs
│   │   │   │   │   ├── STLevData.cs
│   │   │   │   │   ├── TDEFS.cs
│   │   │   │   │   ├── VAR.cs
│   │   │   │   │   ├── VARDEFS.cs
│   │   │   │   │   ├── XDEFS.cs
│   │   │   │   │   ├── YDEFS.cs
│   │   │   │   │   └── ZDEFS.cs
│   │   │   │   ├── HDF
│   │   │   │   │   ├── HDF5DataInfo.cs
│   │   │   │   │   ├── MetaGroup.cs
│   │   │   │   │   └── MetaObject.cs
│   │   │   │   ├── HRIT
│   │   │   │   │   └── HRITDataInfo.cs
│   │   │   │   ├── HYSPLITData
│   │   │   │   │   ├── HYSPLITConcDataInfo.cs
│   │   │   │   │   ├── HYSPLITData.cs
│   │   │   │   │   ├── HYSPLITParticleInfo.cs
│   │   │   │   │   ├── HYSPLITTrajectoryInfo.cs
│   │   │   │   │   └── TrajectoryInfo.cs
│   │   │   │   ├── IGridDataInfo.cs
│   │   │   │   ├── IStationDataInfo.cs
│   │   │   │   ├── ITrajDataInfo.cs
│   │   │   │   ├── METAR
│   │   │   │   │   └── METARDataInfo.cs
│   │   │   │   ├── MICAPS
│   │   │   │   │   ├── MICAPS11DataInfo.cs
│   │   │   │   │   ├── MICAPS13DataInfo.cs
│   │   │   │   │   ├── MICAPS1DataInfo.cs
│   │   │   │   │   ├── MICAPS2DataInfo.cs
│   │   │   │   │   ├── MICAPS3DataInfo.cs
│   │   │   │   │   ├── MICAPS4DataInfo.cs
│   │   │   │   │   ├── MICAPS5DataInfo.cs
│   │   │   │   │   ├── MICAPS7DataInfo.cs
│   │   │   │   │   ├── MICAPSData.cs
│   │   │   │   │   └── MICAPSDataInfo.cs
│   │   │   │   ├── MathParser
│   │   │   │   │   ├── ExpressionBase.cs
│   │   │   │   │   ├── FunctionExpression.cs
│   │   │   │   │   ├── IExpression.cs
│   │   │   │   │   ├── MathEvaluate.cs
│   │   │   │   │   ├── MathOperators.cs
│   │   │   │   │   ├── MathParser.cs
│   │   │   │   │   ├── NumberExpression.cs
│   │   │   │   │   ├── OperatorExpression.cs
│   │   │   │   │   ├── ParseException.cs
│   │   │   │   │   └── ValueType.cs
│   │   │   │   ├── MeteoDataInfo.cs
│   │   │   │   ├── NetCDFData
│   │   │   │   │   ├── AttStruct.cs
│   │   │   │   │   ├── Conventions.cs
│   │   │   │   │   ├── DimStruct.cs
│   │   │   │   │   ├── NetCDF4.cs
│   │   │   │   │   ├── NetCDFData.cs
│   │   │   │   │   ├── NetCDFDataInfo.cs
│   │   │   │   │   ├── TimeUnit.cs
│   │   │   │   │   └── VarStruct.cs
│   │   │   │   ├── SYNOP
│   │   │   │   │   └── SYNOPDataInfo.cs
│   │   │   │   ├── Setting
│   │   │   │   │   ├── DrawType2D.cs
│   │   │   │   │   ├── GridDataSetting.cs
│   │   │   │   │   ├── InterpolationMethods.cs
│   │   │   │   │   ├── InterpolationSetting.cs
│   │   │   │   │   ├── MeteoDataDrawSet.cs
│   │   │   │   │   ├── MeteoDataType.cs
│   │   │   │   │   ├── MeteoUVSet.cs
│   │   │   │   │   └── PlotDimension.cs
│   │   │   │   └── Variable.cs
│   │   │   ├── StationData.cs
│   │   │   ├── StationInfoData.cs
│   │   │   ├── StationModel.cs
│   │   │   └── StationModelData.cs
│   │   ├── Drawing
│   │   │   ├── ContourDraw.cs
│   │   │   ├── Draw.cs
│   │   │   ├── MarkerType.cs
│   │   │   └── PointStyle.cs
│   │   ├── Geoprocess
│   │   │   ├── BorderPoint.cs
│   │   │   ├── ClipLine.cs
│   │   │   ├── GeoComputation.cs
│   │   │   ├── SpatialQueryTypes.cs
│   │   │   └── Spline.cs
│   │   ├── Global
│   │   │   ├── ASCIItoBin.cs
│   │   │   ├── ColorUtils.cs
│   │   │   ├── Colors
│   │   │   │   ├── AdobeColors.cs
│   │   │   │   ├── ctrl2DColorBox.cs
│   │   │   │   ├── ctrl2DColorBox.resx
│   │   │   │   ├── ctrlVerticalColorSlider.cs
│   │   │   │   ├── ctrlVerticalColorSlider.resx
│   │   │   │   ├── frmColorPicker.cs
│   │   │   │   └── frmColorPicker.resx
│   │   │   ├── CustomProperty.cs
│   │   │   ├── DataConvert.cs
│   │   │   ├── Direction.cs
│   │   │   ├── Extent.cs
│   │   │   ├── GlobalUtil.cs
│   │   │   ├── Images
│   │   │   │   └── ImageUtil.cs
│   │   │   ├── MIMath.cs
│   │   │   ├── OctreeQuantizer.cs
│   │   │   ├── PaletteQuantizer.cs
│   │   │   ├── PointD.cs
│   │   │   ├── Quantizer.cs
│   │   │   ├── Template.cs
│   │   │   ├── ToolStripSplitButtonCheckable.cs
│   │   │   ├── frmMeasurement.Designer.cs
│   │   │   ├── frmMeasurement.cs
│   │   │   ├── frmMeasurement.resx
│   │   │   ├── frmMeasurement.zh-CHS.resx
│   │   │   ├── frmProperty.Designer.cs
│   │   │   ├── frmProperty.cs
│   │   │   └── frmProperty.resx
│   │   ├── LICENSE
│   │   ├── Layer
│   │   │   ├── ChartSet.cs
│   │   │   ├── ImageLayer.cs
│   │   │   ├── ImageLayerSet.cs
│   │   │   ├── LabelSet.cs
│   │   │   ├── LayerCollection.cs
│   │   │   ├── LayerDrawType.cs
│   │   │   ├── LayerTypes.cs
│   │   │   ├── MapLayer.cs
│   │   │   ├── RasterLayer.cs
│   │   │   ├── RasterLayerSet.cs
│   │   │   ├── VectorLayer.cs
│   │   │   ├── VectorLayerSet.cs
│   │   │   ├── VisibleScale.cs
│   │   │   ├── WorldFilePara.cs
│   │   │   ├── frmLabelSet.Designer.cs
│   │   │   ├── frmLabelSet.cs
│   │   │   ├── frmLabelSet.resx
│   │   │   ├── frmLabelSet.zh-CHS.resx
│   │   │   ├── frmLayerProperty.Designer.cs
│   │   │   ├── frmLayerProperty.cs
│   │   │   └── frmLayerProperty.resx
│   │   ├── Layout
│   │   │   ├── GridLine.cs
│   │   │   ├── LayoutElement.cs
│   │   │   ├── LayoutEnums.cs
│   │   │   ├── LayoutGraphic.cs
│   │   │   ├── LayoutIllustrationMap.cs
│   │   │   ├── LayoutLegend.cs
│   │   │   ├── LayoutMap.cs
│   │   │   ├── LayoutNorthArrow.cs
│   │   │   ├── LayoutScaleBar.cs
│   │   │   ├── MapLayout.cs
│   │   │   ├── frmPageSetup.Designer.cs
│   │   │   ├── frmPageSetup.cs
│   │   │   └── frmPageSetup.resx
│   │   ├── Legend
│   │   │   ├── AlignType.cs
│   │   │   ├── BarGraphBreak.cs
│   │   │   ├── BreakTypes.cs
│   │   │   ├── ChartBreak.cs
│   │   │   ├── ChartTypes.cs
│   │   │   ├── ColorBreak.cs
│   │   │   ├── GroupNode.cs
│   │   │   ├── ItemNode.cs
│   │   │   ├── LabelBreak.cs
│   │   │   ├── LayerNode.cs
│   │   │   ├── LayersLegend.cs
│   │   │   ├── LegendManage.cs
│   │   │   ├── LegendNode.cs
│   │   │   ├── LegendScheme.cs
│   │   │   ├── LegendSchemeControl.Designer.cs
│   │   │   ├── LegendSchemeControl.cs
│   │   │   ├── LegendSchemeControl.resx
│   │   │   ├── LegendType.cs
│   │   │   ├── LegendView.Designer.cs
│   │   │   ├── LegendView.cs
│   │   │   ├── LegendView.resx
│   │   │   ├── LineStyles.cs
│   │   │   ├── MapFrame.cs
│   │   │   ├── NodeTypes.cs
│   │   │   ├── PointBreak.cs
│   │   │   ├── PolygonBreak.cs
│   │   │   ├── PolylineBreak.cs
│   │   │   ├── ScrollingControl.cs
│   │   │   ├── ScrollingControl.resx
│   │   │   ├── SymbolControl.Designer.cs
│   │   │   ├── SymbolControl.cs
│   │   │   ├── SymbolControl.resx
│   │   │   ├── VectorBreak.cs
│   │   │   ├── frmColorSymbolSet.Designer.cs
│   │   │   ├── frmColorSymbolSet.cs
│   │   │   ├── frmColorSymbolSet.resx
│   │   │   ├── frmLabelSymbolSet.Designer.cs
│   │   │   ├── frmLabelSymbolSet.cs
│   │   │   ├── frmLabelSymbolSet.resx
│   │   │   ├── frmLegendBreaks.Designer.cs
│   │   │   ├── frmLegendBreaks.cs
│   │   │   ├── frmLegendBreaks.resx
│   │   │   ├── frmLegendSet.Designer.cs
│   │   │   ├── frmLegendSet.cs
│   │   │   ├── frmLegendSet.resx
│   │   │   ├── frmPointSymbolSet.Designer.cs
│   │   │   ├── frmPointSymbolSet.cs
│   │   │   ├── frmPointSymbolSet.resx
│   │   │   ├── frmPolygonSymbolSet.Designer.cs
│   │   │   ├── frmPolygonSymbolSet.cs
│   │   │   ├── frmPolygonSymbolSet.resx
│   │   │   ├── frmPolylineSymbolSet.Designer.cs
│   │   │   ├── frmPolylineSymbolSet.cs
│   │   │   └── frmPolylineSymbolSet.resx
│   │   ├── MIApp.cs
│   │   ├── Map
│   │   │   ├── GridLabel.cs
│   │   │   ├── IMapView.cs
│   │   │   ├── MapExtentSet.cs
│   │   │   ├── MapProperty.cs
│   │   │   ├── MapView.cs
│   │   │   ├── MaskOut.cs
│   │   │   ├── MouseTools.cs
│   │   │   ├── ProjectionSet.cs
│   │   │   ├── XYScreenSet.cs
│   │   │   ├── frmIdentifer.Designer.cs
│   │   │   ├── frmIdentifer.cs
│   │   │   ├── frmIdentifer.resx
│   │   │   ├── frmIdentiferGrid.Designer.cs
│   │   │   ├── frmIdentiferGrid.cs
│   │   │   └── frmIdentiferGrid.resx
│   │   ├── MeteoInfoC.xml
│   │   ├── MeteoInfoDLL.csproj
│   │   ├── MeteoInfoDLL.csproj.user
│   │   ├── MeteoInfoDLL.sln
│   │   ├── Plugin
│   │   │   ├── IApplication.cs
│   │   │   ├── IPlugin.cs
│   │   │   └── PluginBase.cs
│   │   ├── Projection
│   │   │   ├── AngularUnit.cs
│   │   │   ├── CoordinateSystemCategory.cs
│   │   │   ├── Datum.cs
│   │   │   ├── DatumTypes.cs
│   │   │   ├── GeocentricGeodetic.cs
│   │   │   ├── GeographicCategories
│   │   │   │   ├── Africa.cs
│   │   │   │   ├── Antarctica.cs
│   │   │   │   ├── Asia.cs
│   │   │   │   ├── Australia.cs
│   │   │   │   ├── CountySystems.cs
│   │   │   │   ├── Europe.cs
│   │   │   │   ├── NorthAmerica.cs
│   │   │   │   ├── Oceans.cs
│   │   │   │   ├── SolarSystem.cs
│   │   │   │   ├── SouthAmerica.cs
│   │   │   │   ├── SpheroidBased.cs
│   │   │   │   └── World.cs
│   │   │   ├── GeographicInfo.cs
│   │   │   ├── GeographicSystems.cs
│   │   │   ├── GridShift.cs
│   │   │   ├── IEsriString.cs
│   │   │   ├── IProjectionCategory.cs
│   │   │   ├── IReproject.cs
│   │   │   ├── KnownCoordinateSystems.cs
│   │   │   ├── LinearUnit.cs
│   │   │   ├── Meridian.cs
│   │   │   ├── MeridionalDistance.cs
│   │   │   ├── Nad
│   │   │   │   ├── NadTable.cs
│   │   │   │   ├── NadTables.cs
│   │   │   │   └── PhiLam.cs
│   │   │   ├── Proj4Datums.cs
│   │   │   ├── Proj4Ellipsoids.cs
│   │   │   ├── Proj4Meridians.cs
│   │   │   ├── ProjectedCategories
│   │   │   │   ├── Africa.cs
│   │   │   │   ├── Asia.cs
│   │   │   │   ├── Europe.cs
│   │   │   │   ├── GaussKrugerBeijing1954.cs
│   │   │   │   ├── GaussKrugerOther.cs
│   │   │   │   ├── GaussKrugerPulkovo1942.cs
│   │   │   │   ├── GaussKrugerPulkovo1995.cs
│   │   │   │   ├── KrugerZian1980.cs
│   │   │   │   ├── Minnesota.cs
│   │   │   │   ├── Nad1983IntlFeet.cs
│   │   │   │   ├── NationalGrids.cs
│   │   │   │   ├── NationalGridsAustralia.cs
│   │   │   │   ├── NationalGridsCanada.cs
│   │   │   │   ├── NationalGridsIndia.cs
│   │   │   │   ├── NationalGridsJapan.cs
│   │   │   │   ├── NationalGridsNewZealand.cs
│   │   │   │   ├── NationalGridsNorway.cs
│   │   │   │   ├── NationalGridsSweden.cs
│   │   │   │   ├── NorthAmerica.cs
│   │   │   │   ├── Polar.cs
│   │   │   │   ├── SouthAmerica.cs
│   │   │   │   ├── SpheroidBased.cs
│   │   │   │   ├── StatePlaneNad1927.cs
│   │   │   │   ├── StatePlaneNad1983.cs
│   │   │   │   ├── StatePlaneNad1983Feet.cs
│   │   │   │   ├── StatePlaneNad1983Harn.cs
│   │   │   │   ├── StatePlaneNad1983HarnFeet.cs
│   │   │   │   ├── StatePlaneOther.cs
│   │   │   │   ├── StateSystems.cs
│   │   │   │   ├── TransverseMercator.cs
│   │   │   │   ├── UtmNad1927.cs
│   │   │   │   ├── UtmNad1983.cs
│   │   │   │   ├── UtmOther.cs
│   │   │   │   ├── UtmWgs1972.cs
│   │   │   │   ├── UtmWgs1984.cs
│   │   │   │   ├── Wisconsin.cs
│   │   │   │   ├── World.cs
│   │   │   │   └── WorldSpheroid.cs
│   │   │   ├── ProjectedSystems.cs
│   │   │   ├── ProjectionException.cs
│   │   │   ├── ProjectionInfo.cs
│   │   │   ├── ProjectionManage.cs
│   │   │   ├── ProjectionMessages.Designer.cs
│   │   │   ├── ProjectionMessages.resx
│   │   │   ├── ProjectionNames.cs
│   │   │   ├── Reproject.cs
│   │   │   ├── Spheroid.cs
│   │   │   └── Transforms
│   │   │       ├── Aitoff.cs
│   │   │       ├── AlbersEqualArea.cs
│   │   │       ├── AnalyticModes.cs
│   │   │       ├── AzimuthalEquidistant.cs
│   │   │       ├── BipolarObliqueConformalConic.cs
│   │   │       ├── Bonne.cs
│   │   │       ├── Cassini.cs
│   │   │       ├── CrasterParabolic.cs
│   │   │       ├── CylindricalEqualArea.cs
│   │   │       ├── Eckert1.cs
│   │   │       ├── Eckert2.cs
│   │   │       ├── Eckert3.cs
│   │   │       ├── Eckert4.cs
│   │   │       ├── Eckert5.cs
│   │   │       ├── Eckert6.cs
│   │   │       ├── EllipticalTransform.cs
│   │   │       ├── EquidistantConic.cs
│   │   │       ├── EquidistantCylindrical.cs
│   │   │       ├── Factors.cs
│   │   │       ├── Foucaut.cs
│   │   │       ├── GallStereographic.cs
│   │   │       ├── Gauss.cs
│   │   │       ├── GeneralSinusoidal.cs
│   │   │       ├── GeostationarySatellite.cs
│   │   │       ├── Gnomonic.cs
│   │   │       ├── GoodeHomolosine.cs
│   │   │       ├── HammerAitoff.cs
│   │   │       ├── ITransform.cs
│   │   │       ├── Kavraisky5.cs
│   │   │       ├── Kavraisky7.cs
│   │   │       ├── KnownTransforms.cs
│   │   │       ├── Krovak.cs
│   │   │       ├── LambertAzimuthalEqualArea.cs
│   │   │       ├── LambertConformalConic.cs
│   │   │       ├── LambertEqualAreaConic.cs
│   │   │       ├── LongLat.cs
│   │   │       ├── Loximuthal.cs
│   │   │       ├── McBrydeThomasFlatPolarSine.cs
│   │   │       ├── Mercator.cs
│   │   │       ├── MillerCylindrical.cs
│   │   │       ├── Mollweide.cs
│   │   │       ├── NewZealandMapGrid.cs
│   │   │       ├── ObliqueCylindricalEqualArea.cs
│   │   │       ├── ObliqueMercator.cs
│   │   │       ├── ObliqueStereographicAlternative.cs
│   │   │       ├── Orthographic.cs
│   │   │       ├── Polyconic.cs
│   │   │       ├── Proj.cs
│   │   │       ├── PutinsP1.cs
│   │   │       ├── QuarticAuthalic.cs
│   │   │       ├── Robinson.cs
│   │   │       ├── Sinusoidal.cs
│   │   │       ├── Stereographic.cs
│   │   │       ├── SwissObliqueMercator.cs
│   │   │       ├── Transform.cs
│   │   │       ├── TransformManager.cs
│   │   │       ├── TransverseMercator.cs
│   │   │       ├── TwoPointEquidistant.cs
│   │   │       ├── UniversalPolarStereographic.cs
│   │   │       ├── UniversalTransverseMercator.cs
│   │   │       ├── VanderGrinten1.cs
│   │   │       ├── Wagner4.cs
│   │   │       ├── Wagner5.cs
│   │   │       ├── Wagner6.cs
│   │   │       ├── Winkel1.cs
│   │   │       ├── Winkel2.cs
│   │   │       └── WinkelTripel.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── README.md
│   │   ├── Resources
│   │   │   ├── Layers.ico
│   │   │   ├── Move.cur
│   │   │   ├── MoveVertex.ico
│   │   │   ├── Moveshape.cur
│   │   │   ├── Pan_Open.cur
│   │   │   ├── Properties.png
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── TSB_LabelSet.png
│   │   │   ├── TSB_ViewData.png
│   │   │   ├── TSB_ZoomToLayer.png
│   │   │   ├── cursor.cur
│   │   │   ├── zoom_in.cur
│   │   │   └── zoom_out.cur
│   │   ├── Shape
│   │   │   ├── CircleShape.cs
│   │   │   ├── CloudCoverage.cs
│   │   │   ├── ColorSet.cs
│   │   │   ├── CurveLineShape.cs
│   │   │   ├── CurvePolygonShape.cs
│   │   │   ├── EllipseShape.cs
│   │   │   ├── Graphic.cs
│   │   │   ├── GraphicCollection.cs
│   │   │   ├── Line.cs
│   │   │   ├── PointM.cs
│   │   │   ├── PointMShape.cs
│   │   │   ├── PointShape.cs
│   │   │   ├── PointShapeSet.cs
│   │   │   ├── PointZ.cs
│   │   │   ├── PointZShape.cs
│   │   │   ├── PolyLine.cs
│   │   │   ├── Polygon.cs
│   │   │   ├── PolygonMShape.cs
│   │   │   ├── PolygonShape.cs
│   │   │   ├── PolygonShapeSet.cs
│   │   │   ├── PolylineMShape.cs
│   │   │   ├── PolylineShape.cs
│   │   │   ├── PolylineZShape.cs
│   │   │   ├── RectangleShape.cs
│   │   │   ├── Shape.cs
│   │   │   ├── ShapeTypes.cs
│   │   │   ├── StationModelShape.cs
│   │   │   ├── WeatherSymbol.cs
│   │   │   ├── WindArraw.cs
│   │   │   ├── WindBarb.cs
│   │   │   └── WindSpeedLine.cs
│   │   ├── UpgradeLog.htm
│   │   ├── bin
│   │   │   └── Debug
│   │   │       └── net5.0-windows
│   │   │           ├── IKVM.OpenJDK.Core.dll
│   │   │           ├── MeteoInfoDLL.deps.json
│   │   │           ├── MeteoInfoDLL.dll
│   │   │           ├── MeteoInfoDLL.pdb
│   │   │           ├── j2k.dll
│   │   │           ├── ref
│   │   │           │   └── MeteoInfoDLL.dll
│   │   │           ├── wContour.dll
│   │   │           ├── wContour.pdb
│   │   │           ├── wContour.xml
│   │   │           └── zh-CHS
│   │   │               └── MeteoInfoDLL.resources.dll
│   │   └── obj
│   │       ├── Debug
│   │       │   ├── net5.0
│   │       │   │   ├── MeteoInfoDLL.AssemblyInfo.cs
│   │       │   │   ├── MeteoInfoDLL.AssemblyInfoInputs.cache
│   │       │   │   ├── MeteoInfoDLL.GeneratedMSBuildEditorConfig.editorconfig
│   │       │   │   ├── MeteoInfoDLL.assets.cache
│   │       │   │   └── MeteoInfoDLL.csproj.AssemblyReference.cache
│   │       │   └── net5.0-windows
│   │       │       ├── MeteoInfoC.Data.MapData.frmAddField.resources
│   │       │       ├── MeteoInfoC.Data.MapData.frmAddField.zh-CHS.resources
│   │       │       ├── MeteoInfoC.Data.MapData.frmAttriData.resources
│   │       │       ├── MeteoInfoC.Data.MapData.frmAttriData.zh-CHS.resources
│   │       │       ├── MeteoInfoC.Data.MapData.frmInputBox.resources
│   │       │       ├── MeteoInfoC.Data.MapData.frmInputBox.zh-CHS.resources
│   │       │       ├── MeteoInfoC.Global.Colors.ctrl2DColorBox.resources
│   │       │       ├── MeteoInfoC.Global.Colors.ctrlVerticalColorSlider.resources
│   │       │       ├── MeteoInfoC.Global.Colors.frmColorPicker.resources
│   │       │       ├── MeteoInfoC.Layer.frmLabelSet.resources
│   │       │       ├── MeteoInfoC.Layer.frmLabelSet.zh-CHS.resources
│   │       │       ├── MeteoInfoC.Layer.frmLayerProperty.resources
│   │       │       ├── MeteoInfoC.Layout.frmPageSetup.resources
│   │       │       ├── MeteoInfoC.Legend.LegendSchemeControl.resources
│   │       │       ├── MeteoInfoC.Legend.LegendView.resources
│   │       │       ├── MeteoInfoC.Legend.ScrollingControl.resources
│   │       │       ├── MeteoInfoC.Legend.SymbolControl.resources
│   │       │       ├── MeteoInfoC.Legend.frmColorSymbolSet.resources
│   │       │       ├── MeteoInfoC.Legend.frmLabelSymbolSet.resources
│   │       │       ├── MeteoInfoC.Legend.frmLegendBreaks.resources
│   │       │       ├── MeteoInfoC.Legend.frmLegendSet.resources
│   │       │       ├── MeteoInfoC.Legend.frmPointSymbolSet.resources
│   │       │       ├── MeteoInfoC.Legend.frmPolygonSymbolSet.resources
│   │       │       ├── MeteoInfoC.Legend.frmPolylineSymbolSet.resources
│   │       │       ├── MeteoInfoC.MIApp.resources
│   │       │       ├── MeteoInfoC.Map.frmIdentifer.resources
│   │       │       ├── MeteoInfoC.Map.frmIdentiferGrid.resources
│   │       │       ├── MeteoInfoC.frmMeasurement.resources
│   │       │       ├── MeteoInfoC.frmMeasurement.zh-CHS.resources
│   │       │       ├── MeteoInfoC.frmProperty.resources
│   │       │       ├── MeteoInfoDLL.AssemblyInfo.cs
│   │       │       ├── MeteoInfoDLL.AssemblyInfoInputs.cache
│   │       │       ├── MeteoInfoDLL.GeneratedMSBuildEditorConfig.editorconfig
│   │       │       ├── MeteoInfoDLL.Projection.ProjectionMessages.resources
│   │       │       ├── MeteoInfoDLL.Resources.Resources.resources
│   │       │       ├── MeteoInfoDLL.assets.cache
│   │       │       ├── MeteoInfoDLL.csproj.CopyComplete
│   │       │       ├── MeteoInfoDLL.csproj.CoreCompileInputs.cache
│   │       │       ├── MeteoInfoDLL.csproj.FileListAbsolute.txt
│   │       │       ├── MeteoInfoDLL.csproj.GenerateResource.cache
│   │       │       ├── MeteoInfoDLL.dll
│   │       │       ├── MeteoInfoDLL.pdb
│   │       │       ├── ref
│   │       │       │   └── MeteoInfoDLL.dll
│   │       │       └── zh-CHS
│   │       │           └── MeteoInfoDLL.resources.dll
│   │       ├── MeteoInfoDLL.csproj.nuget.dgspec.json
│   │       ├── MeteoInfoDLL.csproj.nuget.g.props
│   │       ├── MeteoInfoDLL.csproj.nuget.g.targets
│   │       ├── Release
│   │       │   ├── net5.0
│   │       │   │   ├── MeteoInfoDLL.AssemblyInfo.cs
│   │       │   │   ├── MeteoInfoDLL.AssemblyInfoInputs.cache
│   │       │   │   └── MeteoInfoDLL.GeneratedMSBuildEditorConfig.editorconfig
│   │       │   └── net5.0-windows
│   │       │       ├── MeteoInfoDLL.AssemblyInfo.cs
│   │       │       ├── MeteoInfoDLL.AssemblyInfoInputs.cache
│   │       │       ├── MeteoInfoDLL.GeneratedMSBuildEditorConfig.editorconfig
│   │       │       └── MeteoInfoDLL.assets.cache
│   │       ├── project.assets.json
│   │       └── project.nuget.cache
│   ├── MeteoInfoDLL.sln
│   ├── README.md
│   └── packages
│       ├── HDF5DotNet.dll
│       ├── IKVM.OpenJDK.Core.dll
│       ├── j2k.dll
│       ├── netcdf4.dll
│       └── wContour
│           ├── netstandard2.0
│           │   ├── wContour.deps.json
│           │   ├── wContour.dll
│           │   └── wContour.pdb
│           └── netstandard2.1
│               ├── wContour.deps.json
│               ├── wContour.dll
│               └── wContour.pdb
└── MeteoInfolib类库的C#版本_MeteoInfoLib_CSharp-master.zip

59 directories, 577 files


标签: lib ET 版本 ib C#

实例下载地址

MeteoInfolib类库的C#版本

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警