Méthode | Description | |
---|---|---|
ToGeometry ( this gmlObject ) : GeometryObject | ||
ToGeometry ( this pos ) : IPosition | ||
ToGeometry ( this linearRing ) : Terradue.GeoJson.Geometry.LineString | ||
ToGeometry ( this pos ) : List |
||
ToGeometry ( this gmlMultiCurve ) : Terradue.GeoJson.Geometry.MultiLineString | ||
ToGeometry ( this gmlMultipoint ) : MultiPoint | ||
ToGeometry ( this gmlMultiSurface ) : Terradue.GeoJson.Geometry.MultiPolygon | ||
ToGeometry ( this point ) : Point | ||
ToGeometry ( this gmlPolygon ) : Terradue.GeoJson.Geometry.Polygon | ||
ToGml ( this geometry ) : AbstractGeometryType | ||
ToGmlLineString ( this lineString ) : LineStringType | ||
ToGmlLinearRing ( this lineString ) : LinearRingType | ||
ToGmlMultiCurve ( this geometry ) : MultiCurveType | ||
ToGmlMultiPoint ( this multiPoint ) : MultiPointType | ||
ToGmlMultiSurface ( this geometry ) : MultiSurfaceType | ||
ToGmlPoint ( this point ) : PointType | ||
ToGmlPolygon ( this polygon ) : PolygonType | ||
ToGmlPos ( this position ) : DirectPositionType | ||
ToGmlPosList ( this positions ) : DirectPositionListType |
Méthode | Description | |
---|---|---|
FromGMLData ( object items, string itemsType ) : List |
public static ToGeometry ( this gmlObject ) : GeometryObject | ||
gmlObject | this | |
Résultat | GeometryObject |
public static ToGeometry ( this pos ) : IPosition | ||
pos | this | |
Résultat | IPosition |
public static ToGeometry ( this linearRing ) : Terradue.GeoJson.Geometry.LineString | ||
linearRing | this | |
Résultat | Terradue.GeoJson.Geometry.LineString |
public static ToGeometry ( this pos ) : List |
||
pos | this | |
Résultat | List |
public static ToGeometry ( this gmlMultiCurve ) : Terradue.GeoJson.Geometry.MultiLineString | ||
gmlMultiCurve | this | |
Résultat | Terradue.GeoJson.Geometry.MultiLineString |
public static ToGeometry ( this gmlMultipoint ) : MultiPoint | ||
gmlMultipoint | this | |
Résultat | MultiPoint |
public static ToGeometry ( this gmlMultiSurface ) : Terradue.GeoJson.Geometry.MultiPolygon | ||
gmlMultiSurface | this | |
Résultat | Terradue.GeoJson.Geometry.MultiPolygon |
public static ToGeometry ( this point ) : Point | ||
point | this | |
Résultat | Point |
public static ToGeometry ( this gmlPolygon ) : Terradue.GeoJson.Geometry.Polygon | ||
gmlPolygon | this | |
Résultat | Terradue.GeoJson.Geometry.Polygon |
public static ToGml ( this geometry ) : AbstractGeometryType | ||
geometry | this | |
Résultat | AbstractGeometryType |
public static ToGmlLineString ( this lineString ) : LineStringType | ||
lineString | this | |
Résultat | LineStringType |
public static ToGmlLinearRing ( this lineString ) : LinearRingType | ||
lineString | this | |
Résultat | LinearRingType |
public static ToGmlMultiCurve ( this geometry ) : MultiCurveType | ||
geometry | this | |
Résultat | MultiCurveType |
public static ToGmlMultiPoint ( this multiPoint ) : MultiPointType | ||
multiPoint | this | |
Résultat | MultiPointType |
public static ToGmlMultiSurface ( this geometry ) : MultiSurfaceType | ||
geometry | this | |
Résultat | MultiSurfaceType |
public static ToGmlPoint ( this point ) : PointType | ||
point | this | |
Résultat | PointType |
public static ToGmlPolygon ( this polygon ) : PolygonType | ||
polygon | this | |
Résultat | PolygonType |
public static ToGmlPos ( this position ) : DirectPositionType | ||
position | this | |
Résultat | DirectPositionType |
public static ToGmlPosList ( this positions ) : DirectPositionListType | ||
positions | this | |
Résultat | DirectPositionListType |