Package org.opengis.feature.type

Examples of org.opengis.feature.type.AttributeType


     * @generated
     */
    public static final AttributeType AXISDIRECTIONLIST_TYPE = build_AXISDIRECTIONLIST_TYPE();
    
    private static AttributeType build_AXISDIRECTIONLIST_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","AxisDirectionList"),
                java.lang.Object.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return XSSchema.ANYSIMPLETYPE_TYPE;
View Full Code Here


     *
     */
    public static final AttributeType CURVEPROPERTYTYPE_TYPE = build_CURVEPROPERTYTYPE_TYPE();
    
    private static AttributeType build_CURVEPROPERTYTYPE_TYPE() {
        AttributeType builtType;
        builtType = new AbstractLazyAttributeTypeImpl(
            new NameImpl("http://www.opengis.net/gml/3.2","CurvePropertyType"), LineString.class, false,
            false, null, null
        ) {
            @Override
View Full Code Here

     * @generated
     */
    public static final AttributeType CALDATE_TYPE = build_CALDATE_TYPE();
    
    private static AttributeType build_CALDATE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","CalDate"),
                java.lang.Object.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return XSSchema.ANYSIMPLETYPE_TYPE;
View Full Code Here

     * @generated
     */
    public static final AttributeType COMPASSPOINTENUMERATION_TYPE = build_COMPASSPOINTENUMERATION_TYPE();
    
    private static AttributeType build_COMPASSPOINTENUMERATION_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","CompassPointEnumeration"),
                java.lang.Object.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return XSSchema.STRING_TYPE;
View Full Code Here

     * @generated
     */
    public static final AttributeType COUNTEXTENTTYPE_TYPE = build_COUNTEXTENTTYPE_TYPE();
    
    private static AttributeType build_COUNTEXTENTTYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","CountExtentType"),
                java.lang.Object.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return INTEGERORNILREASONLIST_TYPE;
View Full Code Here

     * @generated
     */
    public static final AttributeType CURVEINTERPOLATIONTYPE_TYPE = build_CURVEINTERPOLATIONTYPE_TYPE();
    
    private static AttributeType build_CURVEINTERPOLATIONTYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","CurveInterpolationType"),
                java.lang.Object.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return XSSchema.STRING_TYPE;
View Full Code Here

     * @generated
     */
    public static final AttributeType CURVETYPE_TYPE = build_CURVETYPE_TYPE();
    
    private static AttributeType build_CURVETYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","CurveType"),
                LineString.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return ABSTRACTCURVETYPE_TYPE;
View Full Code Here

     * @generated
     */
    public static final AttributeType DECIMALMINUTESTYPE_TYPE = build_DECIMALMINUTESTYPE_TYPE();
    
    private static AttributeType build_DECIMALMINUTESTYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","DecimalMinutesType"),
                java.lang.Object.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return XSSchema.DECIMAL_TYPE;
View Full Code Here

     * @generated
     */
    public static final AttributeType DEGREEVALUETYPE_TYPE = build_DEGREEVALUETYPE_TYPE();
    
    private static AttributeType build_DEGREEVALUETYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","DegreeValueType"),
                java.lang.Object.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return XSSchema.NONNEGATIVEINTEGER_TYPE;
View Full Code Here

     * @generated
     */
    public static final AttributeType GEOMETRYPROPERTYTYPE_TYPE = build_GEOMETRYPROPERTYTYPE_TYPE();
    
    private static AttributeType build_GEOMETRYPROPERTYTYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","GeometryPropertyType"),
                com.vividsolutions.jts.geom.Geometry.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return XSSchema.ANYTYPE_TYPE;
View Full Code Here

TOP

Related Classes of org.opengis.feature.type.AttributeType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.