Skip to content

Commit bcb4f47

Browse files
Update file(s) "/." from "groupdocs-metadata/Groupdocs.Metadata-References"
1 parent f9d7a95 commit bcb4f47

File tree

290 files changed

+822
-277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

290 files changed

+822
-277
lines changed

content/sites/groupdocs/metadata/english/net/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ version:
4141
| [GroupDocs.Metadata.Formats.Riff](./groupdocs.metadata.formats.riff) | The namespace provides functionality allowing users to work with metadata of various formats derived from the RIFF container. |
4242
| [GroupDocs.Metadata.Formats.ThreeD.Dae](./groupdocs.metadata.formats.threed.dae) | |
4343
| [GroupDocs.Metadata.Formats.ThreeD.Fbx](./groupdocs.metadata.formats.threed.fbx) | |
44+
| [GroupDocs.Metadata.Formats.ThreeD.Gltf](./groupdocs.metadata.formats.threed.gltf) | |
4445
| [GroupDocs.Metadata.Formats.ThreeD.Stl](./groupdocs.metadata.formats.threed.stl) | |
4546
| [GroupDocs.Metadata.Formats.ThreeD.ThreeDS](./groupdocs.metadata.formats.threed.threeds) | |
4647
| [GroupDocs.Metadata.Formats.Video](./groupdocs.metadata.formats.video) | The namespace contains classes for working with the most popular video formats. |

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/fileformat/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public enum FileFormat
6969
| Mobi | `48` | The MOBI file format is one of the most widely used ebook file formats. The format is an enhancement to the old OEB (Open Ebook Format) format and was used as the proprietary format for Mobipocket Reader. |
7070
| Ogg | `49` | OGG is an Ogg Vorbis Compressed Audio File that is saved with the .ogg extension. OGG files are used for storing audio data and can include artist and track information and metadata as well. OGG is a free and open container format that is maintained by Xiph.Org Foundation. |
7171
| Svg | `50` | Scalable Vector Graphics (SVG) is an XML-based vector graphics format for defining two-dimensional graphics, having support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium since 1999. |
72+
| Gltf | `51` | glTF (Graphics Library Transmission Format or GL Transmission Format and formerly known as WebGL Transmissions Format or WebGL TF) is a standard file format for three-dimensional scenes and models. A glTF file uses one of two possible file extensions: .gltf (JSON/ASCII) or .glb (binary). |
7273

7374
### See Also
7475

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/filetype/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public class FileType
6464
| static readonly [FLV](../../groupdocs.metadata.common/filetype/flv) | FLV (Flash Video) is a container file format which is used to deliver audio/video content over the internet by using the Adobe Flash Player or Adobe Air. Learn more about this file format [here](https://docs.fileformat.com/video/flv/). |
6565
| static readonly [GEOJSON](../../groupdocs.metadata.common/filetype/geojson) | GeoJSON is a JSON based format designed to represent the geographical features with their non-spatial attributes. [here](https://docs.fileformat.com/gis/geojson/). |
6666
| static readonly [GIF](../../groupdocs.metadata.common/filetype/gif) | A GIF or Graphical Interchange Format is a type of highly compressed image. Learn more about this file format [here](https://wiki.fileformat.com/image/gif/). |
67+
| static readonly [GLTF](../../groupdocs.metadata.common/filetype/gltf) | glTF (GL Transmission Format) is a 3D file format that stores 3D model information in JSON format. The use of JSON minimizes both the size of 3D assets and the runtime processing needed to unpack and use those assets. It was adopted for the efficient transmission and loading of 3D scenes and models by applications. glTF was developed by the Khronos Group 3D Formats Working Group and is also described as JPEG of 3D by its creators. [here](https://wiki.fileformat.com/3d/gltf/). |
6768
| static readonly [GML](../../groupdocs.metadata.common/filetype/gml) | GML stands for Geography Markup Language that is based on XML specifications developed by the Open Geospatial Consortium (OGC). [here](https://docs.fileformat.com/gis/gml/). |
6869
| static readonly [GPX](../../groupdocs.metadata.common/filetype/gpx) | Files with GPX extension represent GPS Exchange format for interchange of GPS data between applications and web services on the internet. It is a light-weight XML file format that contains GPS data i.e. waypoints, routes and tracks to be imported and red by multiple programs. [here](https://docs.fileformat.com/gis/gpx/). |
6970
| static readonly [HEIC](../../groupdocs.metadata.common/filetype/heic) | An HEIC file is a High-Efficiency Container Image file format that can store multiple images as a collection in a single file. HEIC, like HEIF, are compressed using the High Efficiency Video Coding (HEVC) standard and are smaller in size without compromising the quality. Learn more about this file format [here](https://docs.fileformat.com/image/heic/). |

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/filetype/description/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Description
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets the file type description.
55
type: docs
6-
weight: 1110
6+
weight: 1120
77
url: /net/groupdocs.metadata.common/filetype/description/
88
---
99
## FileType.Description property

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/filetype/extension/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Extension
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets the file extension.
55
type: docs
6-
weight: 1120
6+
weight: 1130
77
url: /net/groupdocs.metadata.common/filetype/extension/
88
---
99
## FileType.Extension property

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/filetype/fileformat/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: FileFormat
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets the file format.
55
type: docs
6-
weight: 1130
6+
weight: 1140
77
url: /net/groupdocs.metadata.common/filetype/fileformat/
88
---
99
## FileType.FileFormat property

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/filetype/fromextension/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: FromExtension
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets FileType for provided fileExtension
55
type: docs
6-
weight: 1100
6+
weight: 1110
77
url: /net/groupdocs.metadata.common/filetype/fromextension/
88
---
99
## FileType.FromExtension method

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/filetype/getsupportedfiletypes/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GetSupportedFileTypes
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Retrieves supported file types.
55
type: docs
6-
weight: 1150
6+
weight: 1160
77
url: /net/groupdocs.metadata.common/filetype/getsupportedfiletypes/
88
---
99
## FileType.GetSupportedFileTypes method
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: GLTF
3+
second_title: GroupDocs.Metadata for .NET API Reference
4+
description: glTF GL Transmission Format is a 3D file format that stores 3D model information in JSON format. The use of JSON minimizes both the size of 3D assets and the runtime processing needed to unpack and use those assets. It was adopted for the efficient transmission and loading of 3D scenes and models by applications. glTF was developed by the Khronos Group 3D Formats Working Group and is also described as JPEG of 3D by its creators. herehttps//wiki.fileformat.com/3d/gltf/.
5+
type: docs
6+
weight: 310
7+
url: /net/groupdocs.metadata.common/filetype/gltf/
8+
---
9+
## FileType.GLTF field
10+
11+
glTF (GL Transmission Format) is a 3D file format that stores 3D model information in JSON format. The use of JSON minimizes both the size of 3D assets and the runtime processing needed to unpack and use those assets. It was adopted for the efficient transmission and loading of 3D scenes and models by applications. glTF was developed by the Khronos Group 3D Formats Working Group and is also described as JPEG of 3D by its creators. [here](https://wiki.fileformat.com/3d/gltf/).
12+
13+
```csharp
14+
public static readonly FileType GLTF;
15+
```
16+
17+
### See Also
18+
19+
* class [FileType](../../filetype)
20+
* namespace [GroupDocs.Metadata.Common](../../../groupdocs.metadata.common)
21+
* assembly [GroupDocs.Metadata](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.metadata.dll -->

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/filetype/gml/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GML
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: GML stands for Geography Markup Language that is based on XML specifications developed by the Open Geospatial Consortium OGC. herehttps//docs.fileformat.com/gis/gml/.
55
type: docs
6-
weight: 310
6+
weight: 320
77
url: /net/groupdocs.metadata.common/filetype/gml/
88
---
99
## FileType.GML field

0 commit comments

Comments
 (0)