Interface ILcdGML3MultiCurveProperty
- All Superinterfaces:
ILcdGML3AssociationAttributeGroup
,ILcdXMLSimpleLink
Deprecated.
Interface for the
gml:MultiCurvePropertyType
type.
A property that has a collection of curves as its value domain can either be an appropriate
geometry element encapsulated in an element of this type or an XLink reference to a remote
geometry element (where remote includes geometry elements located elsewhere in the same
document). Either the reference or the contained element must be given, but neither both nor
none.
(GML Specification, v3.1.0, paragraph 11.3.3.2)-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the multi curve contained in this property.void
setMultiCurve
(ILcdGML3MultiCurve aMultiCurve) Deprecated.Sets the multi curve to be contained in this property.Methods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3AssociationAttributeGroup
getRemoteSchema, setRemoteSchema
Methods inherited from interface com.luciad.format.xml.xlink.ILcdXMLSimpleLink
getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, setActuate, setArcrole, setHref, setRole, setShow, setTitle
-
Method Details
-
getMultiCurve
ILcdGML3MultiCurve getMultiCurve()Deprecated.Returns the multi curve contained in this property.- Returns:
- the multi curve contained in this property.
-
setMultiCurve
Deprecated.Sets the multi curve to be contained in this property.- Parameters:
aMultiCurve
- the multi curve to be contained in this property.
-
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
.