Package com.luciad.format.kml22.model
Class TLcdKML22ModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.model.TLcdDataModelDescriptor
com.luciad.format.kml22.model.TLcdKML22ModelDescriptor
- All Implemented Interfaces:
ILcdAnnotatedElement
,ILcdDataModelDescriptor
,ILcdModelDescriptor
,Serializable
The KML 2.2 Model descriptor.
- Since:
- 10.0
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTLcdKML22ModelDescriptor
(String aSourceName) Creates aTLcdKML22ModelDescriptor
with a given source name.TLcdKML22ModelDescriptor
(String aSourceName, TLcdKML22ResourceProvider aResourceProvider) Creates aTLcdKML22ModelDescriptor
with a given source name and resource provider. -
Method Summary
Modifier and TypeMethodDescriptionReturns a resource provider or null.Methods inherited from class com.luciad.model.TLcdDataModelDescriptor
addAnnotation, getAnnotation, getAnnotations, getDataModel, getModelElementTypes, getModelTypes, isAnnotationPresent, removeAnnotation
Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Field Details
-
TYPE_NAME
Type name identifying the KML 2.2 format type.- Since:
- 2018.0
- See Also:
-
-
Constructor Details
-
TLcdKML22ModelDescriptor
Creates aTLcdKML22ModelDescriptor
with a given source name.- Parameters:
aSourceName
- the source name of the KML file.
-
TLcdKML22ModelDescriptor
Creates aTLcdKML22ModelDescriptor
with a given source name and resource provider.- Parameters:
aSourceName
- the source name of the KML file.aResourceProvider
- the resource provider
-
-
Method Details
-
getResourceProvider
Returns a resource provider or null.- Returns:
- a resource provider or null.
-