Uses of Class
net.opengis.iso19139.gmx.v_20060504.CrsAltPropertyType

Packages that use CrsAltPropertyType
net.opengis.iso19139.gmx.v_20060504   
 

Uses of CrsAltPropertyType in net.opengis.iso19139.gmx.v_20060504
 

Fields in net.opengis.iso19139.gmx.v_20060504 with type parameters of type CrsAltPropertyType
protected  List<CrsAltPropertyType> MLVerticalCRSType.alternativeExpression
           
protected  List<CrsAltPropertyType> MLTemporalCRSType.alternativeExpression
           
protected  List<CrsAltPropertyType> MLProjectedCRSType.alternativeExpression
           
protected  List<CrsAltPropertyType> MLImageCRSType.alternativeExpression
           
protected  List<CrsAltPropertyType> MLGeodeticCRSType.alternativeExpression
           
protected  List<CrsAltPropertyType> MLEngineeringCRSType.alternativeExpression
           
protected  List<CrsAltPropertyType> MLDerivedCRSType.alternativeExpression
           
protected  List<CrsAltPropertyType> MLCompoundCRSType.alternativeExpression
           
 

Methods in net.opengis.iso19139.gmx.v_20060504 that return CrsAltPropertyType
 CrsAltPropertyType ObjectFactory.createCrsAltPropertyType()
          Create an instance of CrsAltPropertyType
 CrsAltPropertyType CrsAltPropertyType.withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
           
 CrsAltPropertyType CrsAltPropertyType.withArcrole(String value)
           
 CrsAltPropertyType CrsAltPropertyType.withCrsAlt(CrsAltType value)
           
 CrsAltPropertyType CrsAltPropertyType.withHref(String value)
           
 CrsAltPropertyType CrsAltPropertyType.withNilReason(Collection<String> values)
           
 CrsAltPropertyType CrsAltPropertyType.withNilReason(List<String> value)
           
 CrsAltPropertyType CrsAltPropertyType.withNilReason(String... values)
           
 CrsAltPropertyType CrsAltPropertyType.withRole(String value)
           
 CrsAltPropertyType CrsAltPropertyType.withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
           
 CrsAltPropertyType CrsAltPropertyType.withTitle(String value)
           
 CrsAltPropertyType CrsAltPropertyType.withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)
           
 CrsAltPropertyType CrsAltPropertyType.withUuidref(String value)
           
 

Methods in net.opengis.iso19139.gmx.v_20060504 that return types with arguments of type CrsAltPropertyType
 List<CrsAltPropertyType> MLVerticalCRSType.getAlternativeExpression()
          Gets the value of the alternativeExpression property.
 List<CrsAltPropertyType> MLTemporalCRSType.getAlternativeExpression()
          Gets the value of the alternativeExpression property.
 List<CrsAltPropertyType> MLProjectedCRSType.getAlternativeExpression()
          Gets the value of the alternativeExpression property.
 List<CrsAltPropertyType> MLImageCRSType.getAlternativeExpression()
          Gets the value of the alternativeExpression property.
 List<CrsAltPropertyType> MLGeodeticCRSType.getAlternativeExpression()
          Gets the value of the alternativeExpression property.
 List<CrsAltPropertyType> MLEngineeringCRSType.getAlternativeExpression()
          Gets the value of the alternativeExpression property.
 List<CrsAltPropertyType> MLDerivedCRSType.getAlternativeExpression()
          Gets the value of the alternativeExpression property.
 List<CrsAltPropertyType> MLCompoundCRSType.getAlternativeExpression()
          Gets the value of the alternativeExpression property.
 

Methods in net.opengis.iso19139.gmx.v_20060504 with parameters of type CrsAltPropertyType
 MLVerticalCRSType MLVerticalCRSType.withAlternativeExpression(CrsAltPropertyType... values)
           
 MLTemporalCRSType MLTemporalCRSType.withAlternativeExpression(CrsAltPropertyType... values)
           
 MLProjectedCRSType MLProjectedCRSType.withAlternativeExpression(CrsAltPropertyType... values)
           
 MLImageCRSType MLImageCRSType.withAlternativeExpression(CrsAltPropertyType... values)
           
 MLGeodeticCRSType MLGeodeticCRSType.withAlternativeExpression(CrsAltPropertyType... values)
           
 MLEngineeringCRSType MLEngineeringCRSType.withAlternativeExpression(CrsAltPropertyType... values)
           
 MLDerivedCRSType MLDerivedCRSType.withAlternativeExpression(CrsAltPropertyType... values)
           
 MLCompoundCRSType MLCompoundCRSType.withAlternativeExpression(CrsAltPropertyType... values)
           
 

Method parameters in net.opengis.iso19139.gmx.v_20060504 with type arguments of type CrsAltPropertyType
 void MLVerticalCRSType.setAlternativeExpression(List<CrsAltPropertyType> value)
           
 void MLTemporalCRSType.setAlternativeExpression(List<CrsAltPropertyType> value)
           
 void MLProjectedCRSType.setAlternativeExpression(List<CrsAltPropertyType> value)
           
 void MLImageCRSType.setAlternativeExpression(List<CrsAltPropertyType> value)
           
 void MLGeodeticCRSType.setAlternativeExpression(List<CrsAltPropertyType> value)
           
 void MLEngineeringCRSType.setAlternativeExpression(List<CrsAltPropertyType> value)
           
 void MLDerivedCRSType.setAlternativeExpression(List<CrsAltPropertyType> value)
           
 void MLCompoundCRSType.setAlternativeExpression(List<CrsAltPropertyType> value)
           
 MLVerticalCRSType MLVerticalCRSType.withAlternativeExpression(Collection<CrsAltPropertyType> values)
           
 MLTemporalCRSType MLTemporalCRSType.withAlternativeExpression(Collection<CrsAltPropertyType> values)
           
 MLProjectedCRSType MLProjectedCRSType.withAlternativeExpression(Collection<CrsAltPropertyType> values)
           
 MLImageCRSType MLImageCRSType.withAlternativeExpression(Collection<CrsAltPropertyType> values)
           
 MLGeodeticCRSType MLGeodeticCRSType.withAlternativeExpression(Collection<CrsAltPropertyType> values)
           
 MLEngineeringCRSType MLEngineeringCRSType.withAlternativeExpression(Collection<CrsAltPropertyType> values)
           
 MLDerivedCRSType MLDerivedCRSType.withAlternativeExpression(Collection<CrsAltPropertyType> values)
           
 MLCompoundCRSType MLCompoundCRSType.withAlternativeExpression(Collection<CrsAltPropertyType> values)
           
 MLVerticalCRSType MLVerticalCRSType.withAlternativeExpression(List<CrsAltPropertyType> value)
           
 MLTemporalCRSType MLTemporalCRSType.withAlternativeExpression(List<CrsAltPropertyType> value)
           
 MLProjectedCRSType MLProjectedCRSType.withAlternativeExpression(List<CrsAltPropertyType> value)
           
 MLImageCRSType MLImageCRSType.withAlternativeExpression(List<CrsAltPropertyType> value)
           
 MLGeodeticCRSType MLGeodeticCRSType.withAlternativeExpression(List<CrsAltPropertyType> value)
           
 MLEngineeringCRSType MLEngineeringCRSType.withAlternativeExpression(List<CrsAltPropertyType> value)
           
 MLDerivedCRSType MLDerivedCRSType.withAlternativeExpression(List<CrsAltPropertyType> value)
           
 MLCompoundCRSType MLCompoundCRSType.withAlternativeExpression(List<CrsAltPropertyType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.