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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thecompressionelement.static final TLcdDataPropertyData property that maps to thefileNameelement.static final TLcdDataPropertyData property that maps to thefileStructureelement.static final TLcdDataPropertyData property that maps to themimeTypeelement.static final TLcdDataPropertyData property that maps to therangeParameterselement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thecompressionelement.Returns the value of the property that maps to thefileNameelement.Returns the value of the property that maps to thefileStructureelement.Returns the value of the property that maps to themimeTypeelement.Returns the value of the property that maps to therangeParameterselement.voidsetCompression(URI aValue) Sets the value of the property that maps to thecompressionelement.voidsetFileName(URI aValue) Sets the value of the property that maps to thefileNameelement.voidSets the value of the property that maps to thefileStructureelement.voidsetMimeType(URI aValue) Sets the value of the property that maps to themimeTypeelement.voidSets the value of the property that maps to therangeParameterselement.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 therangeParameterselement. The possible values for this property are instances ofTLcdGML31RangeParameters. -
FILE_NAME_PROPERTY
Data property that maps to thefileNameelement. The possible values for this property are instances ofURI. -
FILE_STRUCTURE_PROPERTY
Data property that maps to thefileStructureelement. The possible values for this property are instances ofELcdGML31FileValueModel. -
MIME_TYPE_PROPERTY
Data property that maps to themimeTypeelement. The possible values for this property are instances ofURI. -
COMPRESSION_PROPERTY
Data property that maps to thecompressionelement. 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 therangeParameterselement.- Returns:
- the value of the
RANGE_PARAMETERS_PROPERTYproperty.
-
setRangeParameters
Sets the value of the property that maps to therangeParameterselement.- Parameters:
aValue- the value to set for theRANGE_PARAMETERS_PROPERTYproperty.
-
getFileName
Returns the value of the property that maps to thefileNameelement.- Returns:
- the value of the
FILE_NAME_PROPERTYproperty.
-
setFileName
Sets the value of the property that maps to thefileNameelement.- Parameters:
aValue- the value to set for theFILE_NAME_PROPERTYproperty.
-
getFileStructure
Returns the value of the property that maps to thefileStructureelement.- Returns:
- the value of the
FILE_STRUCTURE_PROPERTYproperty.
-
setFileStructure
Sets the value of the property that maps to thefileStructureelement.- Parameters:
aValue- the value to set for theFILE_STRUCTURE_PROPERTYproperty.
-
getMimeType
Returns the value of the property that maps to themimeTypeelement.- Returns:
- the value of the
MIME_TYPE_PROPERTYproperty.
-
setMimeType
Sets the value of the property that maps to themimeTypeelement.- Parameters:
aValue- the value to set for theMIME_TYPE_PROPERTYproperty.
-
getCompression
Returns the value of the property that maps to thecompressionelement.- Returns:
- the value of the
COMPRESSION_PROPERTYproperty.
-
setCompression
Sets the value of the property that maps to thecompressionelement.- Parameters:
aValue- the value to set for theCOMPRESSION_PROPERTYproperty.
-