Package org.apache.sis.internal.jaxb.gcx
Class MimeFileType
java.lang.Object
org.apache.sis.internal.jaxb.gcx.MimeFileType
The
<gcx:MimeFileType> element, which may be used as a substitute of <gco:CharacterString>.
This is used in DefaultBrowseGraphic.
Example:
- Since:
- 0.4
- Version:
- 0.4
- Author:
- Martin Desruisseaux (Geomatys)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor for JAXB only.MimeFileType(String type) Creates a new<gml:MimeFileType>for the given type. -
Method Summary
-
Constructor Details
-
MimeFileType
public MimeFileType()Empty constructor for JAXB only. -
MimeFileType
Creates a new<gml:MimeFileType>for the given type.- Parameters:
type- the MIME type.
-
-
Method Details