com.luciad.format.gml2.xml
, com.luciad.format.gml31.xml
and
com.luciad.format.gml32.xml
.public interface ILcdGMLSchema
Modifier and Type | Method and Description |
---|---|
String |
getGMLFeatureType()
Deprecated.
Returns the name of the feature described by this schema.
|
String[] |
getGMLGeometryTypes()
Deprecated.
Returns the names of the properties that contain geometry.
|
Class[] |
getPropertyClasses()
Deprecated.
Returns the classes of all the properties associated with the feature
described by this schema.
|
String[] |
getPropertyNames()
Deprecated.
Returns the names of all the properties associated with the feature
described by this schema.
|
Class[] getPropertyClasses()
Class
objects.String[] getPropertyNames()
String
s.String[] getGMLGeometryTypes()
String
s.String getGMLFeatureType()
String
.