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, ornull
if there is a GML Null value present.getNull()
Deprecated.Returns the GML Null value, if no envelope is present,null
otherwise.void
setEnvelope
(ILcdGML3Envelope aEnvelope) Deprecated.Sets the envelope of this bounding shape.void
Deprecated.Sets the GML Null value of this bounding shape.
-
Method Details
-
getEnvelope
ILcdGML3Envelope getEnvelope()Deprecated.Returns the GML envelope of this bounding shape, ornull
if 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,null
otherwise.- Returns:
- the GML Null value, if no envelope is present,
null
otherwise.
-
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.xml
andcom.luciad.format.gml32.xml
.