Interface ILcdGML3BoundingShape
public interface ILcdGML3BoundingShape
Deprecated.
Interface for the
gml:BoundingShapeType type.
A bounding shape.
(GML Specification, v3.1.0, paragraph 8.2.2.1)-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the GML envelope of this bounding shape, ornullif there is a GML Null value present.getNull()Deprecated.Returns the GML Null value, if no envelope is present,nullotherwise.voidsetEnvelope(ILcdGML3Envelope aEnvelope) Deprecated.Sets the envelope of this bounding shape.voidDeprecated.Sets the GML Null value of this bounding shape.
-
Method Details
-
getEnvelope
ILcdGML3Envelope getEnvelope()Deprecated.Returns the GML envelope of this bounding shape, ornullif there is a GML Null value present.- Returns:
- the GML envelope of this bounding shape
-
getNull
String getNull()Deprecated.Returns the GML Null value, if no envelope is present,nullotherwise.- Returns:
- the GML Null value, if no envelope is present,
nullotherwise.
-
setEnvelope
Deprecated.Sets the envelope of this bounding shape. Either the envelope or the Null value should be set on a bounding shape, not both.- Parameters:
aEnvelope- the envelope of this bounding shape.
-
setNull
Deprecated.Sets the GML Null value of this bounding shape. Either the envelope or the Null value should be set on a bounding shape, not both.- Parameters:
aNull- the GML Null value of this bounding shape.
-
com.luciad.format.gml3.*packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml,com.luciad.format.gml31.xmlandcom.luciad.format.gml32.xml.