Package com.luciad.format.gml31.model
Class TLcdGML31File
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31File
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
- Since:
- 2018.1
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thecompression
element.static final TLcdDataProperty
Data property that maps to thefileName
element.static final TLcdDataProperty
Data property that maps to thefileStructure
element.static final TLcdDataProperty
Data property that maps to themimeType
element.static final TLcdDataProperty
Data property that maps to therangeParameters
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thecompression
element.Returns the value of the property that maps to thefileName
element.Returns the value of the property that maps to thefileStructure
element.Returns the value of the property that maps to themimeType
element.Returns the value of the property that maps to therangeParameters
element.void
setCompression
(URI aValue) Sets the value of the property that maps to thecompression
element.void
setFileName
(URI aValue) Sets the value of the property that maps to thefileName
element.void
Sets the value of the property that maps to thefileStructure
element.void
setMimeType
(URI aValue) Sets the value of the property that maps to themimeType
element.void
Sets the value of the property that maps to therangeParameters
element.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
RANGE_PARAMETERS_PROPERTY
Data property that maps to therangeParameters
element. The possible values for this property are instances ofTLcdGML31RangeParameters
. -
FILE_NAME_PROPERTY
Data property that maps to thefileName
element. The possible values for this property are instances ofURI
. -
FILE_STRUCTURE_PROPERTY
Data property that maps to thefileStructure
element. The possible values for this property are instances ofELcdGML31FileValueModel
. -
MIME_TYPE_PROPERTY
Data property that maps to themimeType
element. The possible values for this property are instances ofURI
. -
COMPRESSION_PROPERTY
Data property that maps to thecompression
element. The possible values for this property are instances ofURI
.
-
-
Constructor Details
-
TLcdGML31File
public TLcdGML31File() -
TLcdGML31File
-
-
Method Details
-
getRangeParameters
Returns the value of the property that maps to therangeParameters
element.- Returns:
- the value of the
RANGE_PARAMETERS_PROPERTY
property.
-
setRangeParameters
Sets the value of the property that maps to therangeParameters
element.- Parameters:
aValue
- the value to set for theRANGE_PARAMETERS_PROPERTY
property.
-
getFileName
Returns the value of the property that maps to thefileName
element.- Returns:
- the value of the
FILE_NAME_PROPERTY
property.
-
setFileName
Sets the value of the property that maps to thefileName
element.- Parameters:
aValue
- the value to set for theFILE_NAME_PROPERTY
property.
-
getFileStructure
Returns the value of the property that maps to thefileStructure
element.- Returns:
- the value of the
FILE_STRUCTURE_PROPERTY
property.
-
setFileStructure
Sets the value of the property that maps to thefileStructure
element.- Parameters:
aValue
- the value to set for theFILE_STRUCTURE_PROPERTY
property.
-
getMimeType
Returns the value of the property that maps to themimeType
element.- Returns:
- the value of the
MIME_TYPE_PROPERTY
property.
-
setMimeType
Sets the value of the property that maps to themimeType
element.- Parameters:
aValue
- the value to set for theMIME_TYPE_PROPERTY
property.
-
getCompression
Returns the value of the property that maps to thecompression
element.- Returns:
- the value of the
COMPRESSION_PROPERTY
property.
-
setCompression
Sets the value of the property that maps to thecompression
element.- Parameters:
aValue
- the value to set for theCOMPRESSION_PROPERTY
property.
-